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

.markermenu{
width: 260px; /*width of side bar menu*/
clear: both;
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 li {
line-height: 25px;
height: 25px;
margin: 0 0 1px 0;
text-indent: 40px;
}

.markermenu ul li a{
font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-weight: 700;
padding: 0 5px;
color: white;
display: block;
width: auto;
text-decoration: none;
}

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

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

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

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

.blackwhite li a{
background-color: #758e9c;
color: #FFFFFF;
}

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