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

.markermenu{
width: 260px!important; /*width of side bar menu*/
clear: left!important;
margin: -10px;
position: relative!important; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}


.markermenu ul{
list-style-type: none!important;
margin:-10px;
padding: 0!important;
/* border: 1px solid #9A9A9A!important; */
width: 260px!important;
}


.markermenu ul li a{
background: #D8EAF0 url(modules/mod_slidemenu/ddlevelsfiles/bulletlist.gif) no-repeat 3px center!important; /*light gray background*/
font: 17px Arial, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif!important;
color: #000 !important;
display: block!important;
width: auto!important;
padding:9px 0 9px 35px !important;
text-decoration: none!important;
border-bottom: 1px solid #B5B5B5!important;
}


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

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #000!important;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: black!important;
background-color: #e6cc91!important;
}


#main-body ul.menu li.active a, #main-body ul.menu li.active li.active a, #main-body ul.menu li.active li.active li.active a, #main-body ul.menu li.active .separator, #main-body ul.menu li.active li.active .separator #ddsidemenubar {font-weight:bold !important; background-color:#def4fb !important;}

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

.blackwhite li a{
background: white!important;
}

.blackwhite li a:hover{
background-color: #e6cc91!important;
color: black!important;
}

