/* ######### Marker List Vertical Menu ######### */

.markermenu{ /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.vmenu-heading {font:14px "Lucida Sans Unicode", Arial, Helvetica, sans-serif; font-weight:bold; color:#fff; background:url(../images/vmenutop.png) no-repeat center bottom;}

.markermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
border: 1px solid #cbcbcb; border-top:none;
}

.markermenu ul li a{
background:#f4f4f4 /*light gray background*/
font: 12px Verdana, Helvetica, sans-serif;
color: #1f1f1f;
line-height:22px;
display: block;
width: auto;
padding: 3px 0;
padding-left: 16px;
padding-right:20px;
text-decoration: none;
border-bottom: 1px solid #cbcbcb;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;

}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #1f1f1f;
}

.markermenu ul li a:hover{
color:#333333 !important;
background:url(../images/lfmeu-hov.gif) repeat-y left top;
}

.markermenu ul li a.selected{
color:#333 !important;
background:url(../images/lfmeu-hov.gif) repeat-y left top;
}


/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background:#f4f4f4; padding:3px 10px 3px 14px; line-height:22px;

}

.blackwhite li a:hover{
background:url(../images/lfmeu-hov.gif) repeat-y left top;
color:#333;
}

.selectedmn {
color:#333 !important;
background:url(../images/lfmeu-hov.gif) repeat-y left top;
}