/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 175px; /*width of side bar menu*/
height: 21px;
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}

.markermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0px;
}

.markermenu ul li a{
background: #FFF; 
display: block;
width: 175px;
height: 21px;
padding: 0px 0;
text-decoration: none;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 175px;
height: 21px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #EAEFF5;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: #369;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #EAEFF5;
}

.blackwhite li a:hover{
background: #369;
color: white;
}