/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 210px; /*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;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DFD3A9;
}

.markermenu ul li a{
	color: #000;
	display: block;
	width: auto;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

* html .markermenu ul li a{ /*IE6 hack*/
	width: 210px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	background-color: #F5F2E5;
	font-weight: bold;
}
	
/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
}

.blackwhite li a:hover{
}
