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

.markermenu{
width: 150px; /*width of side bar menu*/
margin-left:5px;
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: 1px solid #CCCCCC;
}

.markermenu ul li a{
background: url(title.gif) repeat-x 3px center; /*red background*/
font: 13px Verdana, Arial, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
padding-bottom:5px;
padding-bottom:5px;
border-bottom: 2px grove black;

}

* html .markermenu ul li a{ /*IE6 hack*/
width: 128px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: white;

}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background:#be8282;

}

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

.blackwhite li a{
background: #f7d9d9;
color:#812928;
}

.blackwhite li a:hover{
background: #be8282;
color: white;
}