/* ######### Marker List Vertical Menu ######### */



.markermenu{
	width: 185px; /*width of side bar menu*/
	clear: left;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}
.markermenu ul{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}



.markermenu ul li a{
	background: #ecf7f9 url(../images/menubackground.jpg) no-repeat; /*light gray background*/
	font: bold 11px Arial, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #fff;
	display: block;
	width: auto;
	padding: 5px 0;
	text-transform: uppercase;
	padding-left: 10px;
	letter-spacing: -.01em;
	text-decoration: none;
}



* html .markermenu ul li a{ /*IE6 hack*/
	width: 175px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #fff;
}



.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #F60;
	background-color: #ecf7f9 ;
}



/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */



.blackwhite li a{

	background-color: #ecf3f6;

}



.blackwhite li a:hover{

	background: #d5e4eb;

	color: #4f0e7c;

}