/* ######### 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 ul{
list-style-type: none !important;
list-style:none !important;
margin: 0px 0;
padding: 2px;
border-bottom: 1px solid #CCCCCC;

}

.markermenu ul li a{
background: #FFFFFF no-repeat 3px center; /*light gray background*/
font: 12px Arial, Verdana, Helvetica, sans-serif;
color: #333333;
display: block;
width: auto;
padding: 0px 0;
padding-left: 0px !important;
text-decoration: none;
border-bottom: 1px solid #CCCCCC;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
list-style:none !important;
list-style-type: none !important;
padding-left: 0px !important;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
padding-left: 0px !important;
color: #333333;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: #66CCFF;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: #CCCCCC;
color: #333333;
text-decoration:none;
}