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

.markermenu{
width: 200px; /*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;
}
.markermenu ul li {
	line-height:2em;
	}
.markermenu ul li a{
font-size:1em;
font-weight:bold;
background: url(../images/filet_menu.gif) no-repeat bottom left; /*light gray background*/
color: #9f9f9f;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #9f9f9f;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #666666;
background: url(../images/filet_menu_hover.gif) no-repeat bottom left; /*light gray background*/
}

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

.blackwhite li a{
background: url(../images/filet_menu.gif) no-repeat bottom left; /*light gray background*/
}

.blackwhite li a:hover{
color:#c01833;

background: url(../images/filet_menu_hover.gif) no-repeat bottom left; /*light gray background*/

}