/* ######### Marker List Vertical Menu ######### */
#markermenu_bg{
	width: auto;
	text-decoration: none;
	background-image: url(../images/dropdown_bg.jpg);
	background-repeat: repeat;
}
.markermenu{
	width: 174px; /*width of side bar menu*/
	clear: left; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}

.markermenu ul{
list-style-type: none;
margin: 0;
padding: 0;

}
.markermenu ul li a{
	color: #0a3e78;
	display: block;
	width: auto;
	padding-top: 12px;
	padding-bottom: 11px;
	padding-left: 20px;
	text-decoration: none;
	background-image: url(../images/bulletlist.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	
}


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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #000000;
}

.markermenu ul li a:hover, #active1{
	color: #000000;
}

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

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}





