/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 170px; /*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: 0px 0;
	padding: 0;
}

.markermenu ul li{
	width: 162px;
}

.markermenu ul li a{
	background: #0B285E 3px center; /*light gray background*/
	font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	width:150px;
	padding: 6px 12px 6px 6px;
	text-decoration: none;
	border-bottom: 1px solid #203864;
}

* html .markermenu ul li a{ /*IE6 hack*/
	width:150px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #ffffff;
}

.markermenu ul li a:hover{
	color: #ffffff;
	background-color: #2C5197;
}

.markermenu ul li a.selected{
	color: #ffffff;
	background-color: #2C5197;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

