* { margin: 0; padding: 0;}
body { 
  border-top: solid 1px #fff;
  /** SET Page BACKGROUND color HERE  */
  background: GhostWhite 0 0 repeat-x;
 font: 16px/normal Arial, Helvetica, sans-serif;}
p { margin-bottom: 1em; }

h1,h2,h3 { margin-bottom: .5em; font-family: Arial, Helvetica, sans-serif; line-height: normal;}
h1 { border-bottom: solid 1px #d9d9d9; font-weight: normal; font-size: 180%; text-indent: 5px; }


ul.dropdown {
left: 80px; width 100%;
}

ul.dropdown, ul.dropdown li, ul.dropdown ul {
  list-style: none; margin: 0; padding: 0;
  font: 14px/normal Arial, Helvetica, sans-serif;;
  /** SET MENU Font color HERE  */
  color: FloralWhite;
}
ul.dropdown { position: relative; float: left;}
ul.dropdown li { float: left; line-height: 1.3em; vertical-align: middle; zoom: 1;}
ul.dropdown li.hover,ul.dropdown li:hover { position: relative; cursor: default;}
ul.dropdown ul { visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 100%;}
ul.dropdown ul li { float: none;}
ul.dropdown ul ul { top: 1px; left: 99%;}
ul.dropdown li:hover > ul { visibility: visible;}


/**
 * menu
 */

ul.dropdown li {padding: 5px 20px; border-style: solid;
  /** SET MENU Backgroung color HERE  */
  border-color: DimGrey; DimGrey; DimGrey;
  background-color: DimGrey;
}
 
 
ul.dropdown li.hover,ul.dropdown li:hover { 
  /** SET MENU SELECTED Backgroung color HERE  */
  background-color: SlateBlue; 
  /** SET MENU SELECTED Font color HERE  */
  color: FloralWhite;
}

ul.dropdown a {
  text-decoration: none;
  /** SET MENU Font color (link) HERE  */
  color: FloralWhite;}
/** optionnal link colors
ul.dropdown a:link,
ul.dropdown a:visited	{ text-decoration: none; }
ul.dropdown a:hover		{ color: #000; }
ul.dropdown a:active	{ color: #ffa500; }
*/ 
ul.dropdown ul {width: 150px;margin-top: 1px;}
ul.dropdown ul li { font-weight: normal;}
ul.dropdown *.dir {padding-right: 20px;}
ul.dropdown-horizontal ul *.dir {padding-right: 15px;}
