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

.markermenu{
	width: 150px; /*width of side bar menu*/
	clear: left;
	position: relative;

}

.markermenu ul{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	border: 0px solid #000;
}

.markermenu ul li a{
	display: block;
	width: 140px;
	padding-left: 5px;
	text-decoration: none;
	border-bottom: 0px solid #B5B5B5;
	background-repeat: no-repeat;
	background-position: 3px center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	color: #FFF;
}

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

.markermenu ul li a:visited {color: #FFF;}, .markermenu ul li a:active{color: #000;}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #FFF;
	background-color: #001e75;
}

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

.blackwhite li a{
	background-color: #001e75;
}

.blackwhite li a:hover{
	background: #06021A;
	color: #FFF;
}

