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

.markermenu{
border-left:2px solid #ffcc00;
background:#003366; 

margin-left: 10px;
padding-left: 10px; 
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: 0;
padding: 0;

}

.markermenu ul li a{
padding-left: 10px; 
background:#1B3D64;

color:#FFFFFF;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
display: block;
width: auto;
height:30px;
line-height:30px;
border-bottom: 1px solid #637A94;
}



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

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */
.blackwhite {
	margin:0px;
}
.blackwhite li a{
	background:#1B3D64;
	color:#FFFFFF;
	display: block;
	border-bottom: 1px solid #637A94;
	width: 210px; /*width of side bar menu*/

	z-index: 999;
	opacity: .85;               /* Standard style for transparency */
	-moz-opacity: .85;          /* Transparency for older Mozillas */
	filter: alpha(opacity=85);  /* Transparency for IE */
}

.blackwhite li a:hover{
color: white;
background-color: #637A94;
}