/* ######### Marker List Vertical Menu ######### */

.markermenu{
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
	width: 170px; /*width of side bar menu*/
	clear: left;
}

.markermenu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.markermenu ul li a{
	background: #F2F2F2 /*url(bulletlist.gif) no-repeat 3px center*/; /*light gray background*/
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #00014e;
	display: inline-block;
	width: auto;
	padding: 4px 10px;
	text-decoration: none;
	line-height: 25px;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 150px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: gray;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: gray;
color: white;
}