/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 125px;
	clear: left;
	position: relative;


}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;

}

.markermenu ul li a{
background:  #4271A7 url() no-repeat 3px center; /*light gray background*/
font: 11px Arial, Helvetica, sans-serif;
/* color: #00014e;*/
color: #FFFFFF;
display: block;
width: auto;
padding: 4px 0;
padding-left: 2px;
text-decoration: none;
border-bottom: 1px solid #08468D;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 125px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
/*color: #00014e;*/
color: #FFFFFF;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: #104888;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
color: white;
background: #4E7EB0;
}

.blackwhite li a:hover{
background: #104888;
color: white;
}
