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

.markermenu{
	width: 100%; /*width of side bar menu*/
	clear: left;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;

}

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

.markermenu ul li a{
	color: #000000;
	display: block;
	width: auto;
	padding-left: 15px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9E9CA7;
}

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
	text-decoration: none;
	color: #FF6600;
}

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

.blackwhite li a{
	background-color: #F2F2F2;
	color: #000000;
	text-decoration: none;
}

.blackwhite li a:hover{
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}
