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

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

.markermenu ul{
list-style-type: none;
margin: 0;
padding: 0;
/*border: 1px solid #CCC;*/
}

.markermenu ul li a{
font: bold 13px Tahoma, Geneva, sans-serif;
color: #000;
display: block;
width: auto;
padding: 4px 0;
padding-left: 20px;
height: 18px;
text-decoration: none;
border-bottom: 1px solid #ccc;
}

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

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

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

.blackwhite li a{
background: white;

}

.blackwhite li a:hover{
	background: #CCC;
}