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

.markermenu{
width: 180px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}

.markermenu ul{
	width: 180px;
	margin: 0 0 0 0;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size:100%;
	font-weight: normal;
	text-transform: capitalize;
}

.markermenu ul li a{
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 18px;
	text-decoration: none;
	border-top:1px #c8c8c8 solid;
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #33599a;
	display: block;
	padding: 2px 0 4px 10px;
	background-color:#D9D9D9;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: white;
	background-color:#33599a;
	display: block;
	padding: 2px 0 4px 10px;
}

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

.blackwhite li a{
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 18px;
	text-decoration: none;
		margin:0;

}

.blackwhite li a:hover{
	color: white;
	background-color:#33599a;
	display: block;
		margin:0;
}