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

.markermenu{
	position: relative;
	width: 209px;

}

.markermenu ul{
	list-style-type: none;
	padding: 0;
	margin: 0px;
}

.markermenu ul li a{
	color: #000;
	display: block;
	width: 180px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	height: 23px;
	padding-top: 4px;
	margin: 0px;
	padding-left: 29px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-position: 8px 8px;
}

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

}

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #000;
	text-decoration: none;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	/*background-color: black;*/
text-decoration:none;
	color: #036;
	background-color: #FFF;
}

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

.blackwhite li a{
	background-color:#036;
	font-weight:bold;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

.blackwhite li a:hover{
	background-color:#FFF;
	color: #036;
	font-weight:bold;
	text-decoration: none;
}
