/* ######### Marker List Vertical Menu ######### */

.markermenu{
background:url(../images/leftmenu-top.gif) no-repeat;
background-position:10px 0px;
padding-left:9px;
width:187px;
}

.markermenu ul{
margin:19px 0 0 0;
padding:0px;
background:url(../images/leftmenubg.gif) repeat-y right;
}

.markermenu ul li a{
color:#FFFFFF;
background:url(../images/leftmenubg-dc.gif) no-repeat;
display:block;
height:30px;
line-height:30px;
text-decoration:none;
	width: 173px;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
color:#FFFFFF;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #FFFFFF;
}

.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{
color: white;
}