/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 145px; /*width of side bar menu*/
	clear: left;
	position: relative;
}

.markermenu ul{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}

.markermenu ul li a{
	color: #000000;
	display: block;
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #FFE49C;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
}

* html .markermenu ul li a{ /*IE6 hack*/
	width: 75px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #000000;
	text-align: left;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	text-align: left;
	background-color: #FFF4D8;
	padding-left: 10px;
}

.blackwhite li a:hover{
	background: #000000;
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
}
