/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 205px;
	clear: left;
	position: relative;
	left: 22px;
	top: 13px;
	height: 118px;




}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;

}

.markermenu ul li a{
background:url(../images/icon1.jpg) no-repeat ; /*light gray background*/
display: block;
width: auto;
padding: 0px 0 10px 26px;
FONT-WEIGHT: bold; 
FONT-SIZE: 12px; 
COLOR: #206000;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
TEXT-DECORATION: none;
vertical-align:middle;
margin:8px 0px 8px 0px ;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
COLOR: #206000; 
}

.markermenu ul li a:hover, .markermenu ul li a.selected
{
TEXT-DECORATION:underline;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}

