/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 160px; /*width of side bar menu*/
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
margin:130px 37px 20px 37px;
z-index:0;
}

.markermenu ul{
padding:0; margin:0;
}

.markermenu ul li {
	padding:4px 0; border-bottom:1px solid #d3d1c6; width:160px; font-size:12px;
	}

.markermenu ul li a {
 /*light gray background*/
font:Arial, Helvetica, sans-serif;
text-decoration: none;
 background:url(../images/arrow_right.jpg) no-repeat right; color:#1d191a; width:150px; display:block;
}
.markermenu ul li a:hover {
color:#1d191a; background:url(../images/arrow_right_bold.jpg) no-repeat right; text-decoration:none; font-weight:bold; 
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background:#f6f6f6;
}

.blackwhite li a:hover{
background:#3c9ec1;
color: #ffffff;
}



