<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 180px; /* Main Menu Item widths */
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
font-size: 14px;
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #00295A;
text-decoration: none;
padding: 6px;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #FFDDF7; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: #00295A;
}

.sidebarmenu ul li a:hover{
background-color: #FCCAEF;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 175px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

/*.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}
*/
 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }


/* Dropdown Menu */

.chromestyle{
font-family: arial, sans-serif;
position:relative;
width: 925px;
height:41px;
font-size:14px;
color:#999;
margin: 0 auto;
background: #D9E1E5 url(../styleImages/nav.gif);
border: 1px solid #DFEEF7;
border-color: #DFEEF7 #CFDEE7;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
list-style-type: none;
}

.chromestyle ul li{
display: inline;
float: left;
position:relative;
}

.chromestyle ul li a{
text-align:center;
color: #456;
text-decoration: none;
background: #D9E1E5 url(../styleImages/nav.gif);
text-align: center;
border-right:1px solid #AFBEC7;
padding: 0 11px;
line-height: 41px;
display:block;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
color:#FF9AFF;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #afbec7; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
font:normal 13px Arial;
line-height:18px;
z-index:100;
background-color: #ffddf7;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: none; /*THEME CHANGE HERE 1px solid #afbec7*/
padding: 2px 0;
text-decoration: none;
color: #00295a;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #fccaef;
}

/* End */

</style>
