/* ######### Marker List Vertical Menu ######### */

.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 .*{white-space:nowrap;}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}

.markermenu ul li a{

font: 13px Arial;
color: #ffffff;
display: block;
width: auto;
text-decoration: none;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #0f7aa6;
color:#FFFFFF;
font: bold 13px Arial;
}

.blackwhite li a:hover{
background: #b73911;
color:#FFFFFF;
font: bold 13px Arial;

}

.blackwhite li a,.blackwhite li a:active,.blackwhite li a:link{color:#ffffff !important;font-size:13px;font-family:Arial !important; font-weight:bold;}

.blackwhite li a:active{font-family:Tahoma !important; font-weight:bold;}