/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 216px; /*width of side bar menu*/
	clear: left;
	font-size:11px;
	position: relative;

}

.markermenu ul li a{

font: bold 11px  Verdana, Arial, Helvetica, sans-serif;
color:#e6efff;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #333;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #333333;
background-color:#9db5ff;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #e6efff;
}

.blackwhite li a:hover{
background:#9db5ff;
color: #000000;
}
