/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 185px;
	clear: left;
	position: relative;
	

}

.markermenu ul{
list-style-type: none;
margin: 1px 0;
padding: 0;

}

.markermenu ul li a{
background: url(arrow-right.gif) no-repeat right  #C2E0EC;
    /*light gray background*/
font: normal 11px Verdana;
color: #00014e;
display: block;
width: auto;
padding: 4px 0;
padding-left: 20px;
text-decoration: none;
border: 1px solid #999999;

}

* html .markermenu ul li a{ /*IE6 hack*/
width: 185px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: red;
background-color: #0099CC;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #C2E0EC;
}

.blackwhite li a:hover{
background: #C2E0EC;
color: #00014e;
}
