/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 146px; /*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 0;
padding: 0;
}

.markermenu ul li a{
display: block;
width: auto;
text-decoration: none;
BORDER-RIGHT: #fff 1px inset; PADDING-RIGHT: 5px; 
BORDER-TOP: #fff 1px inset; PADDING-LEFT: 0.8em; FONT-SIZE: 12px; 
PADDING-BOTTOM: 5px; BORDER-LEFT: #cce 10px solid; PADDING-TOP: 5px; 
BORDER-BOTTOM: #fff 1px inset; 
BACKGROUND-COLOR: #eee
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 146px;
}

.markermenu ul li a, a:visited, .markermenu ul li a:active{
FONT-WEIGHT: bold; COLOR: #448; TEXT-DECORATION: none
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #eee;
background-color: #448;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #eee;
FONT-WEIGHT: bold; COLOR: #448; TEXT-DECORATION: none
}

.blackwhite li a:hover{
color: #eee;
background-color: #448;
}