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

.markermenu{
	width: 200px; /*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: 5px 0;
	padding: 0;
}

.markermenu ul li a{
	color: #000;
	display: block;
	width: auto;
	padding: 3px 0 0 5px;
	padding-right: 20px;
	text-decoration: none;
	text-align: right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #DAC989;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-weight: normal;
	list-style-type: none;
	line-height: 25px;
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #000;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #000;
	background-color: #FFF;
}

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

.blackwhite li a{
	background: #BBE9FF;
}

.blackwhite li a:hover{
	background: #BBE9FF;
	color: #000;
}