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

#leftsidemenubar li {background: url(dd-menu-bg.gif) no-repeat 3px center;}

.markermenu{
width: 175px; /*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: 5px 0;
padding: 0;
}

.markermenu ul li a {
background: url(dd-menu-bg.gif) no-repeat 3px center; /*White background*/
font: 14pt "Georgia", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #FFCB9B;
display: block;
width:130px;
height:30px;
padding: 3px 0;
padding-left: 12px;
text-decoration: none;
letter-spacing:2px;
}

.markermenu div {padding:1px 0pt 3px 0px;}


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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
font: 14pt "Georgia", "Trebuchet MS", Verdana, Helvetica, sans-serif;
letter-spacing:2px;
color: #EDDAA3;
height:30px;
width:130px;
padding: 3px 0;
padding-left: 12px;
text-decoration:none;
}

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

.blackwhite li a{
background: #49491F;
}

.blackwhite li a:hover{
background: #B6B681;
color: #000;
text-decoration:none;
}


.redwhite li a{
background: red;
}

.redwhite li a:hover{
background: #cccccc;
color: black;
}