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

.markermenu{
width: 231px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}
.markermenu img{
margin-left:-10;
margin-top:9px;
}

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

.markermenu ul li a{
background: #F2F2F2 url(top_05.gif) no-repeat center; /*light gray background*/
font: 12px
Verdana, Arial, Helvetica, sans-serif;
color: #000000;
display: block;
width: auto;
line-height:2.3;
height: 30px;
padding-left: 25px;
text-decoration: none;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 231px;
background: #F2F2F2 url(top_05.gif) repeat-y;
}

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #666666;
padding-left: 30px;
background: #F2F2F2 url(top_05.gif) repeat-y;
}

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

.blackwhite li a{
background: #F6F4F5;
}

.blackwhite li a:hover{
background: #E9E9E9;
color: #000000;
}