/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 150px; /*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 0;
padding: 0;
border: 0;
}

.markermenu ul li a{
background-color: #f5f5f1; /* green */
font: 13px arial, sans-serif;
color: black;
display: block;
width: auto;
padding: 2px 2px;
padding-left: 0px;
text-decoration: none;
border-bottom: 1px solid white;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 126px;
}

.markermenu ul li a:active{
background-color: #cacabe;
color: black;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
background-color: #cacabe;
color: black;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
border-right: 1px solid white;
border-left: 1px solid white;
background: #cacabe;
color: black;
}

.blackwhite li a:hover{
background: #b0c6c8;
color: black;
}
