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

.markermenu{
margin:auto;
width: 215px; /*width of side bar menu*/
clear: left;
position: relative;
margin:auto;
/*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{
padding-top:7px;
height:22px;
background: #b7b5b5 ; /*light gray background*/
font:bold 12px Verdana;
text-transform:uppercase;
color: #fff;
display: block;
width:215px;
padding-left: 5px;
text-decoration: none;
border-bottom: 2px solid #fff;

}

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

.markermenu ul li a:visited, .markermenu ul li a:active, .markermenu ul li a.selected{
font:bold 12px Verdana;
color:#fff;
background: #b7b5b5 ;
}

.markermenu ul li a:hover{
font:bold 12px Verdana;
color:#fff;
background-color:#df001e;
}

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

.blackwhite li a{
font:bold 12px Verdana;
color:#fff;
background: #b7b5b5 ;
}

.blackwhite li a:hover{
font:bold 12px Verdana;
color:#fff;
background-color:#df001e;
}
