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

.markermenu{
width: 247px; /*width of side bar menu*/
height: 410px;
background-image:url(../images/sidebar.jpg);
background-repeat:no-repeat;
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;

}

.markermenu ul li a{
background:  center; /*light gray background*/
font: 11px "Verdana", "Helvetica";
color: #CCCCCC;
display: block;
width: auto;
padding: 8px 0;
padding-left: 20px;
text-decoration: none;



}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #CCCCCC;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #6B0000;
background-color: #E5B055;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */
.blackwhite li a{
background: #6B0000;
color: #CCCCCC;
padding: 8px 0;
padding-left: 10px;
text-decoration: none;
border-bottom: 1px solid #6B0000;
}

.blackwhite li a:hover{
background: #E5B055;
color: #6B0000;
}
