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

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

.markermenu ul li{
list-style-type: none;
margin:0px;
padding: 0px !important; 
margin-bottom:4px;
}

.markermenu ul li a, .markermenu ul li a:visited{
color: #FFFFFF;
display: block;
width: 180px;
padding: 0px;
text-decoration: none;
margin:0px;
}

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


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

.blackwhite li a{
}

.blackwhite li a:hover{
}