@charset "utf-8";
/* CSS Document */
/* Basic code - don't modify */
 
 #nav { display: inline; margin: 0; padding: 0; position: relative; z-index:200}
  #nav li { display: block; list-style: none; margin: 0; padding: 0px; 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; valign:bottom}
    
/* Essentials - configure this */

#nav ul { width: 230px; }
#nav ul ul { left: 131px; }

/* Everything else is theming */
 
/* #nav {height: 24px; } */
#nav *:hover { background: transparent url(/images/main_nav_over_bg.jpg) repeat-x top left; }
#nav li{text-decoration:none; }
#nav a { border-right: 0px  white; font-weight:bold; color: white; font-size: 12px; padding: 6px; line-height: 1; }
 /* #nav li.hover a { background: transparent url(/images/main_nav_bg.jpg) repeat-x top left; text-decoration:underline; border-left: 0px  #095092;}  */
 	  #nav ul li a { background-color:#484848 } 
  #nav ul { top: 25px; }
   /* #nav ul li a { background:transparent url(/images/main_nav_over_bg.jpg) repeat-x top left; text-decoration:none;  } */
	  #nav ul li a { background-color:#484848 } 
	 #nav ul li a:hover { background: transparent url(/images/main_nav_over_bg.jpg) repeat-x top left; text-decoration:underline; border-left:0px  #0a4f94; font-weight:bolder; font-size:14px; color: white; } 
      /*#nav ul li.hover > a { background-color: #128abc; color:white; }*/
   #nav ul a { border: 0px  black;  border-top:none; border-bottom:0px  #ffffff;  border-right:0px  #ffffff; }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */



