/* ######### 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*/
padding:21px 0 0 21px;
}

.markermenu ul{
list-style-type: none;
margin:0;
padding: 0;
min-height:280px;
}

.markermenu ul li{
padding:6px 0; margin:0; font:bold 15px/20px Arial, Helvetica, sans-serif; color:#025889; width:215px; text-align:center; height:20px; background:url(../images/left_li_bg.gif) no-repeat 0 bottom; text-transform:uppercase; text-decoration:none; }

.markermenu ul li a{
font:bold 15px/20px Arial, Helvetica, sans-serif; color:#025889; text-decoration:none }

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

.markermenu ul li a:hover{
text-decoration:underline
}

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

}

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

.blackwhite li a{
colour: white;
}

.blackwhite li a:hover{

colour: red;
}