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

.markermenu{
	width: 150px;
	clear: left;
	position: relative;
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border-style: hidden;
line-height: 1.5em;
}
* html .markermenu ul { /*IE6 hack*/
height: 20px;
}

.markermenu ul li a{
background: #FFFFFF  no-repeat 3px center; /*white background*/
font: italic 18x "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #977B93;
display: block ;
width: auto;
padding: 3px 0;
padding-left: 30px;
text-decoration: none;
border-style: hidden;
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #977B93;
border-style: hidden;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color:#BDACBB;
border-style: hidden;
}

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

.blackwhite{
background: white;
color: #977B93;
border-style: hidden;
}
.blackwhite li a{
background: white;
color: #977B93;
border-style: hidden;
}

.blackwhite li a:hover{
background:#BDACBB;
color: white;
border-style: hidden;
}

