/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative;width: 184px; list-style-type:none;}
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; 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; margin:0; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 155px; border-left:1px solid #000;border-right:1px solid #000;border-bottom:1px solid #000;}
#nav ul ul { left: 0; }

/* Everything else is theming */
 
#nav { background:url(../bg_select.jpg) left top no-repeat; height: 25px; }
#nav li {width:185px; height:25px; display:block; }
*:first-child+html #nav li {margin-left:0; display:inline;}
#nav:hover { background:url(../bg_select_on.jpg) left top no-repeat; }
#nav li:hover { background:none; }
#nav li ul:hover { background:none; }
#nav li ul li:hover { background:none; }
#nav a { border-right: 1px solid white; color:#000; text-decoration:none; font-size: 12px; padding: 6px; line-height: 1.2; }
*:first-child+html #nav a { /* for ie7 */ line-height: 1.4; padding:5px 6px 7px 6px;}
  #nav li ul li.hover a { background-color: #FFF; width:184px; height:25px; display:block; }
  #nav ul { top: 25px; }
    #nav ul li a { background-color: #FFF;  width:141px; height:13px; display:block;  padding:6px; }
      #nav li ul li a.hover { background-color: #EEE;  width:141px; height:13px; display:block;padding:6px;  }
*:first-child+html #nav ul li a { background-color: #FFF;  width:141px; height:13px; display:block;padding:5px 6px 7px 6px; margin-left:0;}
*:first-child+html #nav li ul li a.hover { background-color: #EEE;  width:141px; height:13px; display:block;padding:5px 6px 7px 6px; margin-left:0;}
   #nav ul a { opacity: 0.95; filter: alpha(opacity=95); color:#000; }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

