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

.markermenu{
/*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;
padding: 0;
}

.markermenu ul li a{
display: block;
width: auto;
text-decoration: none;
}

* html .markermenu ul li a{ /*IE6 hack*/
}

.markermenu ul li a:visited, .markermenu ul li a:active{
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #a2fcfe;
}

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

.blackwhite li a{
background: #27afb5;
height:20px;
color:#fff;
font-weight:bold;
}

.blackwhite li a:hover{
background: #01767b;
color:#bcfeff;
}