/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 150;
	clear: left;
	position: relative;
	height: 150;





}

.markermenu ul{
list-style-type: none;
margin: 30px 0;
padding: 0;
border: none;
}

.markermenu ul li a{
background: transparent url(bulletlist.gif) no-repeat 12px center; /*light gray background*/
font: bold 12px "Arial", Verdana, Helvetica, sans-serif;
color: #003333;
display: block;
width: auto;
padding: 5px 0;
padding-left: 30px;
text-decoration: none;
border-bottom: none;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 150px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #003333;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: #003333;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: #003333;
color: white;
}
