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

.markermenu{
width: 99%; /*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 0px 0px 0px;
padding: 0;
text-indent:7px;
margin-left:2px;
margin-right:2px;
}

.fakelink{
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color: #ED1C4B;
}

.markermenu ul li a{
background: #f2f2f2 no-repeat 3px center; /*light gray background*/
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color: #ED1C4B;
display: block;
width: auto;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 0px;
text-decoration: none;
border-bottom: 2px solid #FFF;
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
color: ##7FC241;
}

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

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

.blackwhite li a{
color: #ED1C4B;
background-color: #E5E5E5;
}

.blackwhite li a:hover{
color: #AD191F;
background-color: #EFEDED;
}