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

.markermenu{
width: 190px; /*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 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px;
height: auto;
width: 190px;
}

.markermenu ul li.picture{
	display: block;
	width: 190px;
	padding: 0px 0px 0px 0px;
	border: 0px 0;
	margin: 0px 0px 0px 0px;
	height: 19px;
	list-style-type: none;
}
.markermenu ul li a{
	display: block;
	width: 190px;
	padding: 0;
	border: 0;
	margin: 0;
	height: 24px;
	list-style-type: none;
}

/** html .markermenu ul li a{*/ /*IE6 hack*/
/*width: 190px;
padding: 0px;
margin: 0px 0;
border: 0px;
text-decoration: none;
height:auto;
}*/

/*.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: black;
}*/

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

.blackwhite li a{
background: #BDBDBD;
text-align: right;
}

.blackwhite li a:hover{
background: #525151;
text-align: right;
color: white;
}