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

.markermenu{
	width: 176px; /*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;
}

.markermenu ul li a{
	color: #ecc382;
	display: block;
	width: auto;
	padding-left: 15px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
}

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

.markermenu ul li a:visited{
color:#ecc382;

}


.markermenu ul li a:active{
	color: #ffffff;
}


.markermenu ul li a:hover {
	
	color: #ffffff;
	background-color: #D3A255;
}

.markermenu ul li a.selected{
		color: #ffffff;
}


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

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
	color: #000;
	background-color: #D3A255;
}

