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

.markermenu{
width: 225px;
clear: left;
position: relative;
left: 0px;
top: 0px;
height: 600px;
}

.markermenu ul{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	border: 1px solid #9A9A9A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.markermenu ul li a{
background: #006699 url(arrow-right.gif) no-repeat 3px center; /*light gray background*/
font: bold 11px  Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
line-height:27px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
color: white;
}

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

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

.blackwhite li a{
background: white;
}

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

