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

.markermenu{
	width: 235px; /*width of side bar menu*/
	clear: left;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
	margin: auto;

}

.markermenu ul{
	list-style-type: none;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.markermenu ul li a{
	color: #FFF;
	display: block;
	width: auto;
	padding-left: 25px;
	text-decoration: none;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3e577d;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #00d8fa;
	background-color: #21395F;
}

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

.blackwhite li a{
	background-color: #284571;
	color: #FFF;
}

.blackwhite li a:hover{
	color: #00d8fa;
	background-color: #21395F;
}

.markermenu ul li a.nactive{
	color: #00d8fa;
	background-color: #21395F;
}

