/* 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: 130px; }*/
#nav ul ul { left: 159px;}

/* Everything else is theming */
 
#nav { background-color: #1C75BC  ; height: 24px;}
#nav a { border-right: 5px solid white; color: white; font-size: 12px; padding: 6px; line-height: 1;}
#nav  ul li a{
display: block;
/*background: white url(javascripts/tintblue.gif) top center repeat-x; background of tabs (default state)*/
padding: 5px 7px 4px 7px;
margin-right: auto; /*spacing between tabs border: 1px solid #778;*/
background-color:#ffffff;
border-left:1px solid #CCC;
border-right:1px solid #CCC;
border-bottom-width: 0;
color: #989898;
border-bottom: 1px solid #CCC;
text-decoration: none;
/*-webkit-box-shadow: 5px 5px #e2e6e9;
-moz-box-shadow: 5px 5px #e2e6e9;*/
}
#nav  a:hover { background-color: #00aeef; }
#nav ul li a:hover{ background-color: #eff0f0;color: #464646; }

#nav ul { top: 25px;  }
#nav ul li ul li a{
font: normal 13px Verdana;
/*width: 145px; width of sub menus*/
color: #989898;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
background-color:#fcfbfb;
border-bottom: 1px solid #CCC;
/*-webkit-box-shadow: 5px 5px #e2e6e9;
-moz-box-shadow: 5px 5px #e2e6e9;*/
}
/*#nav ul li.hover a { background-color: #00aeef  ; margin:0 0 0 0;
#nav ul a.hover { background-color: #00aeef  ; margin:0 0 0 0;}}*/
#nav ul a { border-bottom: 1px solid white; border-right: none; opacity: 10; }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */
/*background: silver; ######### background: #28497F;CSS for shadow added to sub menus  ######### */

#nav ul li ul li a:hover{ /*sub menus hover style*/
background: #eff0f0;
color: #666;
}


.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 195px;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.9;
}

#downarrowclass{
position: absolute;

top: 7px;
right: 5px;
}

#rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}