/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #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 { width: 170px; }
#nav ul ul { left: 170px; }

/* Everything else is theming */
 
#nav { height: 25px; }
#nav *:hover  { background-color: none; color:white; text-decoration: none; } /* dark blue whole nav hover state */
ul#nav > li a:hover { background-color: #0364bd; color:#fff; } /* hover light blue text white 1st drop down */
#nav a {  color: white; font-size: 14px; padding: 0; line-height: 39px; text-decoration: none; }
  #nav li.hover a { background-color: #003c73; text-decoration: none; /* main drop down color for whole list hover state */ }
  #nav ul { top: 142px; }
    #nav ul li a { font-size:12px; background-color: #003c73;  padding:  0 5px 0 10px; text-decoration:none; color:white; line-height:25px; }
      #nav ul a.hover {  background-color: #0364bd ; color:#fff; } /* light blue sub menue hover state */
   #nav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.95; filter: alpha(opacity=95); text-decoration: none;}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */




/* Basic code - don't modify */
 
 #navPopLeft { display: block; margin: 0; padding: 0; position: relative; z-index: 1000;}
  #navPopLeft li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #navPopLeft a { display: block; }
  #navPopLeft ul { display: none; position: absolute; left: 155px; top: -25px; margin: 0 0 5px 0; padding: 0; }
  * html #navPopLeft ul { line-height: 0; } /* IE6 "fix" */
  	#navPopLeft ul a { zoom: 1; } /* IE6/7 fix */
    #navPopLeft ul li { float: none; }
    #navPopLeft ul ul { top: 0;}
    
/* Essentials - configure this */

#navPopLeft ul { width: 155px; }
#navPopLeft ul ul { left: 155px; }

/* Everything else is theming */
 
#navPopLeft { height: 25px; }
#navPopLeft *:hover  { background-color: #003c73; color:white; text-decoration: none; } /* dark blue whole nav hover state */
ul#navPopLeft > li a:hover { background-color: #0364bd; color:#fff; } /* hover light blue text white 1st drop down */
#navPopLeft a {  border-bottom: 1px solid white;  background-color: #003c73; color: white; font-size: 11px; width: 140px; padding: 2px 5px 2px 10px; line-height: 14px; text-decoration: none; }
  #navPopLeft li.hover a { background-color: #003c73; text-decoration: none; /* main drop down color for whole list hover state */ }
  #navPopLeft ul { top: 0; }
    #navPopLeft ul li a { font-size:11px; background-color: #003c73;  padding:  0 5px 0 10px; text-decoration:none; color:white; line-height:25px; }
      #navPopLeft ul a.hover {  background-color: #0364bd ; color:#fff; } /* light blue sub menue hover state */
   #navPopLeft ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.95; filter: alpha(opacity=95); text-decoration: none;}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

