/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; float:right; margin-right:50px; z-index:200; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: right; position: relative; }
  #nav a { display: block; font-size:10px; }
  #nav ul { display: none; position: absolute; left: -1px; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 150px; }
#nav ul ul { left: 151px; }

/* Everything else is theming */
 
#nav { height: 18px; }
#nav li a { color:#666; background:#e3e3e3; padding:0px 8px; text-decoration:none; line-height:18px; margin-right:1px; font-weight:bold; }
#nav li:hover a { background:url(../images/arrow.gif) center left no-repeat #f9dd30; color:#666; }
  #nav li:hover ul li a { background:none; background-color:#f9dd30; border-bottom:1px solid #959595; color:#666; }
  #nav li ul { top:18px; padding-top:2px; }
      #nav li:hover ul li a:hover { background:url(../images/arrow.gif) center left no-repeat #f9dd30; color:#666; }
   #nav ul a { border-bottom: 1px solid #959595; }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */
#nav li a.activ { background:url(../images/arrow.gif) center left no-repeat #f9dd30; color:#666; }

