/* CSS Document */

/* ######### Marker List Vertical Menu ######### */

.mainmenu{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.mainmenu ul{
list-style-type: none;
margin: 0 0 0 6px;
padding: 0 0 0 0;
}

.mainmenu ul li a{
height: 29px;
width: 163px;
display: block;
width: auto;
padding: 0 0 0 0;
margin: 0 0 4px 0;
}

* html .mainmenu ul li a{ /*IE6 hack*/
width: 155px;
}

.mainmenu ul li a:visited, .mainmenu ul li a:active{
color: #00014e;
}

.mainmenu ul li a:hover, .mainmenu ul li a.selected{
color: white;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
}

.blackwhite li a:hover{
color: white;
}