<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 190px; /*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;
width: 200px;
margin: 5px 0;
padding: 0;
}

.markermenu ul li a{
background: #666666 url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
font: 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color:#FFFFFF;
display: block;
width: 200px;
padding: 7px 0;
padding-left: 20px;
text-decoration: none;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 190px;
color:#FFFFFF;
}
.markermenu ul li a:visited,.markermenu ul li a:active{
color:#FFFFFF;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #CC0000;
background-color: #CCCCCC;
}

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


.blackwhite li a{
color:#FFFFFF;
background: #d22c05;
}

.blackwhite li a:hover{
background-color: #FFFFFF;;
color: #359f25;
}
</pre></body></html>