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

.markermenu{
	width: 300px; /*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;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -9px;
	margin-left: 0px;
}

.markermenu ul li a{
	display: block;
	width: auto;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 3;
}

* html .markermenu ul li a{ /*IE6 hack*/
	width: 300px;
	margin-bottom:-9px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
margin-bottom:-9px;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
background-color: #F2F2F2;
text-decoration:none;
color:2B689F;
margin-bottom:-9px;
}

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

.blackwhite li a{
background: #E7E7E7;
color:#2B689F;
text-align:left;
}

.blackwhite li a:hover{
background: #F2F2F2;
color:#2B689F;
text-decoration:none;
color:#2B689F;
}
