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

.markermenu{
	width: 175px; /*width of side bar menu*/
	clear: left;
	position: relative;
	height: auto;

}

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

.markermenu ul li a{
 
font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
 
display: block;
width: auto;
 
 
text-decoration: none;
 
}

* html .markermenu ul li a{ /*IE6 hack*/
 
}

.markermenu ul li a:visited, .markermenu ul li a:active{
 
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: black;
}

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

.blackwhite li a{
background-color:#4c4c4c;
}

.blackwhite li a:hover{
background: black;
color: white;
}
