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

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

.markermenu ul li a{
	color: #f7efc7;
	display: block;
	width: 241px;
	padding-left: 44px;
	text-decoration: none;
	background-color: #80892E;
	background-image: url(bullet_left_nav.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f7efc7;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	float: left;
}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #000;
	background-color: #f7efc7;
}


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

.blackwhite li a{
	background-color: #f7efc7;
}

.blackwhite li a:hover{
	color: #f7efc7;
	background-color: #80892e;
}
