/* Basic code - don't modify */
 
 #nav { width: 925px; display: block; z-index: 20; position: relative; line-height:1; text-align: left;  }
  #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; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul {  }
#nav ul ul { left: 185px; }

/* Everything else is theming */
 
#nav { }
#nav *:hover { background-color: none; }
#nav a { line-height: 1; }
  #nav li.hover a {  }
  #nav ul { top: 40px; }
    #nav ul li a { font-size: 13px; padding: 2px 6px; line-height: 1.2; background:#015AA6; width: 173px; font-weight:bold; color:#FFFFFF;}
	      #nav ul a.hover { background-color:#015AA6; }
    #nav ul li.list a { font-size: 12px; padding: 3px 4px 2px 18px; background:#fff url(../img/navi_listmark.gif) 9px 9px no-repeat; width: 161px; font-weight:normal;
	color:#222;}
	#nav ul li.list a.hover { background-color:#e5e5e5; color:#015AA6; }
   #nav ul a { border-bottom: 1px solid #ccc; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

