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

.markermenu{
	width: 135px; /*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: #7c3e0a;
	display: block;
	width: auto;
	padding-left: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7c3e0a;
}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #7c3e0a;
	background-color: #d8dec6;
}

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

.blackwhite li a{
background: #d8dec6;
}

.blackwhite li a:hover{
	color: #FFFFFF;
	background-color: #526139;
}
