/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 198px; /*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: 1px 0;
width:198px;
padding: 0;
border: 1px solid #A51127;
}

.markermenu ul li a{
background: #FFffff; /*light gray background*/
font: normal 10px verdana,sans-serif,Franklin Gothic Book;
color: #000000;
display: block;
line-height:22px;
text-transform:uppercase;
padding-left: 10px;
text-decoration: none;
border-bottom: 1px solid #A51127;
}

* html .markermenu ul li a{ /*IE6 hack*/
display: inline-block;
width: 200px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
}

.markermenu ul li a:hover, .markermenu ul li a.selected
{
color:#ffffff;
font-size:11px;
background: url(../images_new/button3.jpg) no-repeat center;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a
{
}

.blackwhite li a:hover
{
color:#ffffff;
font-size:11px;
background: url(../images_new/button3.jpg) no-repeat center;
}
