/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 85%; /*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: 5px 0;
padding: 0;
padding-left: 15px !important;

}

.markermenu ul li a{
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color: #666666;

display: block;
width: auto;
padding: 7px 0;
text-decoration: none;
border-bottom: 1px solid #e5e5e5;

}

ul li {
	padding-left: 0px !important;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}



.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #333;
background-color: #c2d7ec;
padding-left:20px;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
color: #333;
padding-left:20px;
background-color: #c2d7ec;
}