/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 200px;
	clear: left;
	position: relative;
	height: 118px;

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}

.markermenu ul li a{
	background: transparent;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #003366;
	display: block;
	width: auto;
	padding: 3px 20px 3px 3px;
	text-decoration: none;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 0px 7px;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 200px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #003366;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #000033;

}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	color: #003366;
	background: white;
	border: 1px dotted #CCCCCC;
}

.blackwhite li a:hover{
color: #000033;
background-color: #EAEEF1;
}
