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

.markermenu{
width: 192px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 0px  dotted #000;
}

.markermenu ul li a{
	/*background: #374510 url(../images/bulletlist.gif) no-repeat 3px center;*/
	
	color: #0073bc;
	display: block;
	width: auto;
/*	padding: 9px 0;
	padding-left: 10px;*/
	margin-top: 3px;
	margin-bottom: 2px;
	min-height: 18px;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration:none;
	padding-left: 15px;
	margin-left: 4px;
	
}

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

}

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #fbe8b9;
text-decoration:none;
}

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

.blackwhite li a{
/*background: #AAC077;
background-color:transparent;*/

}

.blackwhite li a:hover{
/*background: #AAC077;
background-color:transparent;*/
color: #666666;
text-decoration:none;

}