/* 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: 200px; }
/*#nav ul ul { left: 131px; }*/

/* Everything else is theming */
 
//#nav { background-color: #30A8C3; height: 24px; }
//#nav *:hover { background-color: none; }
#subnav a { color: #FFF; text-decoration: none; font-size: 11px; padding-top: 5px; padding-bottom: 5px;  line-height: 1; }
  #subnav li.hover a { background-color: none; }
 #subnav ul { top: 25px; }
  #subnav ul li a{ color: #000; background-color: #000; }
    #subnav ul li.hover > a { background-color: #000; }
 #subnav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #subnav ul a { border-bottom: none; } - I also needed this for IE6/7 */

#nav ul {
background-color: #004678;
width: 183px;
margin-left: 3px; 



}

#subnav  {
color: #FFF;
border-bottom: 2px solid #1F3E5D;
border-left: 1px solid #1F3E5D;
border-right: 1px solid #1F3E5D;
margin: 0px;
padding: 0px;

} 

#subnav li {

}

#subnav li a {
border-bottom: 1px dotted #24A2D7;
display: block;
padding: 6px 8px 6px 8px;
}
#subnav li a:hover {
background-color: #1F3D5E;
display: block;
}
#subnav li a.new {
color: #FFF;
font-weight: bold;
background-color: #9C2F68;
background-image: url(../images/newicon.png);
background-repeat: no-repeat;
background-position: 100% 100%;
}

#subnav li a.new:hover {
background-color: #1F3D5E;
font-weight: bold;
}



