/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 120px;
	clear: left;
	position: relative;
	visibility: visible;
	overflow: visible;
	z-index: 2;
	top: -1px;
	left: 1px;

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: none;
}

.markermenu ul li a{
background: #FDF5D9; /*light gray background*/
font:  11px Arial;
color: #216403;
display: block;
width: auto;
padding: 10px 0;
padding-left: 8px;
text-decoration: none;
border-bottom: none;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 125px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #216403;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #000;
background-color:#FDF5D9;
border-top:1px solid #216403;
border-bottom:1px solid #216403;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #FDF5D9;
}

.blackwhite li a:hover{
background: #FDF5D9;
color: #000;
}
