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

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

}

.markermenu ul{
list-style-type: none;
margin:0;
padding: 0;
}

.markermenu ul li a{
color: #858585;
display: block;
width: auto;
padding-left: 20px;
text-decoration: none;
list-style-type:none;
}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
color:#;
background-color:#fff;
}

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

.blackwhite li a{
background:#fff;
}

.blackwhite li a:hover{
background:#fff;
color:#858585;
}