/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 165px; /*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-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 0;
}

.markermenu ul li a{
	text-decoration: none;
	border-bottom: 0px solid #B5B5B5;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

* html .markermenu ul li a{ /*IE6 hack*/
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: white;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	background-color: #EFEFEF;
}

.blackwhite li a:hover{
	color: white;
	background-color: #ABCBF1;
}

