/* ######### Marker List Vertical Menu ######### */

.markermenu
{
	float: left;
	width: 217px;
	position: relative;
}

.markermenu ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border1: 1px solid #9A9A9A;
}

.markermenu ul li a
{
	float: left;
	width: 201px;
	_width: 217px;
	padding: 0px;
	color: #ffffff;
	text-decoration: none;
	line-height: 27px;
	padding-left: 16px;
	margin-bottom: 3px;
	font-weight: bold;
	background: #0079be url(../images/blue_button.jpg) no-repeat left bottom;
}

* html .markermenu ul li a{ /*IE6 hack*/
	width: 155px;
	_width: 200px;
}

.markermenu ul li a:active
{
	color: #bdf98c;
}

/*.markermenu ul li a:visited, .markermenu ul li a:active
{
	color: #bdf98c;
}*/

.markermenu ul li a:hover, .markermenu ul li a.selected
{
	color: #bdf98c;
	background-color1: #73cb2b;
}

.markermenu ul li a.active
{
	color: #bdf98c;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a
{
	color: #ffffff;
	font-weight: bold;
	background1: #73cb2b;
}

.blackwhite li a:hover
{
	color: #ffffff;
	background: #0079be;
	color: white;
}