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

.markermenu{
width: 210px; /*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: 20px 0 0 15px;
padding: 0;
text-align:left;

}
.markermenu ul li{
list-style-type: none;
margin: 0;
padding: 0;
text-align:left;
}

.markermenu ul li a{
background:none ;
font: normal 9pt verdana;
color: #ffffff;
display: block;
width: auto;
padding: 4px 0 4px 18px;
text-decoration: none;
line-height: 14px;

}

* html .markermenu ul li a{ /*IE6 hack*/
font: normal 9pt verdana;
text-decoration: none;
line-height: 14px;
width: 188px;
padding: 7px 0 1px 18px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
font: normal 9pt verdana;
text-decoration: none;
color: #ffffff;
text-decoration:none;
line-height: 14px;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
font: normal 9pt verdana;
color: #e97d00;
text-decoration: none;
line-height: 14px;
}

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

.blackwhite li { padding: 0;

}
.blackwhite li a{
background: #ffffff;
color: #993333;
}


.blackwhite li a:visited, .blackwhite li a:active, .blackwhite li a:selected {
text-decoration: none;
background: #ffffff;
color: #993333;
}

.blackwhite li a:hover {
background: #ffffff;
color: #993333;
text-decoration: underline;
}
