/* Basic code - don't modify */
 
#nav { display: block; width: 662px; margin: 0; padding: 0; float: left; border-bottom: 1px solid #fff; border-left: 1px solid #fff; z-index: 500;}
#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: 185px; }
#nav ul ul { left: 186px; top: -1px;}

/* Everything else is theming */
#nav { background: #fff url(../images/nav_bg.png) repeat-x; height: 30px; }
#nav a:hover, #nav li.active a { background: #fff url(../images/nav_bg_bright.png) repeat-x; text-decoration: none}
#nav a { background: #fff url(../images/nav_bg.png) repeat-x; border-right: 1px dotted white; color: white; font-size: 14px; padding: 8px 8px; line-height: 1; }
/*#nav .active, #nav li.active {  background: #7491ab url(../images/nav_bg_bright.png) repeat-x; !important }*/


#nav ul { top: 30px; border-top: 1px solid #fff; }
#nav ul li a, #nav li.active ul li a { background-color: #2460ad; background-image: none }
#nav ul a:hover, #nav li.active ul li a:hover { background-color: #1e467e; background-image: none}

#nav ul a { border-bottom: 1px dotted white; border-right: none; opacity: 0.95; filter: alpha(opacity=95); }
#nav ul a.last { border-bottom: none; }

#nav li.item59 a { border-right: none}

/* last element
#nav li.item59 a { border-right: none !important; padding: 8px 14px 8px 14px;}
#nav li.item59 a:hover { border-right: none !important; padding: 8px 14px 8px 14px;}
 */
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


