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

.markermenu{
width: 100%;
position: relative; /*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{
background: url(../img/arrow.gif) 16px 12px no-repeat; /*light gray background*/
display: block;
	overflow: hidden;
	padding: 0px 0px 0px 30px;
	line-height: 30px;
	text-decoration: none;
	font-size: 11px;
	color: 000;
	border-bottom: 1px #e4d0c7 solid;
	border-top: 1px solid #f9faf7;
}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
text-decoration: underline; 
	background-color:#e4d0c7;
}

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

.blackwhite li a{
background: url(../img/arrow.gif) 16px 12px no-repeat; /*light gray background*/
display: block;
	overflow: hidden;
	padding: 0px 0px 0px 30px;
	line-height: 30px;
	text-decoration: none;
	font-size: 11px;
	color: 000;
	border-bottom: 1px #e4d0c7 solid;
	border-top: 1px solid #f9faf7;
}

.blackwhite li a:hover{
text-decoration: underline; 
	background-color:#e4d0c7;
}