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

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

}

.markermenu ul li a{
background: none; /*light gray background*/
color: #fff;
display: block;
width: auto;
padding: 6px 0;
padding-left: 10px;
text-decoration: none;
 list-style-type: none;
}




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

.markermenu ul li a:visited, .markermenu1 ul li a:active{
color: #fff;
}

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

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

.blackwhite li a{
background: none;
}

.blackwhite li a:hover{
background: #369;
color: white;
}