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

.markermenu{
width: 160px; /*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;
width:100%;
/*border: 1px solid #9A9A9A;*/
}

.markermenu ul li a{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bolder;
	color:#FFFFFF;
	text-decoration:none;
	line-height:20px;
	font-style:normal;
	width:100%;
	padding: 3px;
}

.markermenu ul:hover li:hover a:hover{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bolder;
	color:#FFFFFF;
	background-color:#A2C5C8;
	text-decoration:none;
	line-height:20px;
	font-style:normal;
	width:100%;
	padding: 3px;
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
/*color: #00014e;*/
}

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

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

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: #A2C5C8;
color: #000000;
}