/* ######### Marker List Vertical Menu ######### */

.markermenu{
	/*	width: 175px; 
*/	clear: left;
	position: absolute;
	left: 461px;
	top: 14px;

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}

.markermenu ul li a{
	color: #7e7e7e;
	display: block;
	width: auto;
	text-decoration: none;
	/*	border-bottom: 1px solid #B5B5B5;*/
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 3px center;
	margin-left: 25px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin:3px 0 0 7px;
	padding:6px 8px;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #7e7e7e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #8f23b3;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
	color: #8f23b3;
	background-color: #FFFFFF;
}

