/* ######### Marker List Vertical Menu ######### */

.markermenu{
float:left;
width: 212px; /*width of side bar menu*/
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;


}

.markermenu ul li a{
padding-top:5px;
height:21px;
background: #1b4881; /*light gray background*/
font:bold 12px Arial, Helvetica, sans-serif;
color: #fff;
display: block;
width: auto;
padding-left: 20px;
text-decoration: none;
border-bottom:solid 1px #fff;

}

* html .markermenu ul li a{ /*IE6 hack*/
width: 192px;
}


.markermenu ul li a:hover{
font:bold 12px Arial, Helvetica, sans-serif;
color:#fff;
background-color:#cbb761;
text-decoration:none;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
font:bold 12px Arial, Helvetica, sans-serif;
color:#fff;
background-color:#c5b663;
}

.blackwhite li a:hover{
font:bold 12px Arial, Helvetica, sans-serif;
color:#fff;
background-color:#e5cf6e;
text-decoration:none;
}
