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

.markermenu{
width: 225px; /*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: 5px 0;
padding: 0;
border:0;


}
.markermenu ul li{
background:	url(../images/navline.gif) no-repeat bottom;
color:#7f7f7f;
}
.markermenu ul li a{
font: normal 13px  Verdana, Arial, Helvetica, sans-serif;
color:#7f7f7f;
display: block;
width: auto;
padding: 5px 18px 5px 0;
text-decoration: none;
border-bottom:0;
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
color:#7f7f7f;
background:none;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color:#4c4c4c;
background:url(../images/arrow.jpg) #dfdfe0 no-repeat right;
}

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

.blackwhite li a{
background: white;

color: #7f7f7f;
}

.blackwhite li a:hover{
background: #7f8184;
color: white;
}


