
.markermenu{
	width: 177px !important;
	clear: left;
	position: relative; 

}

.markermenu ul{
	list-style-type: none;
	margin:0;
	padding: 0;
}

.markermenu ul li a{
	background: url(../images/menu.gif);
	padding: 8px 0 8px 23px;
	font: normal 12px Verdana;
	color: #454545;
	display: block;
	width: auto;
	text-decoration: none;
	height:14px;
	
}
.markermenu ul li span{
	background: url(../images/menu.gif);
	padding: 8px 0 8px 23px;
	font: normal 12px Verdana;
	color: #454545;
	display: block;
	width: auto;
	text-decoration: none;
}

* html .markermenu ul li a{ /*IE6 hack*/
	width: 148px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #454545;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #454545;
	background: url(../images/menu.gif) 0 -30px;
	padding: 8px 0 8px 23px;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	background: #ffffff;
}

.blackwhite li a:hover{
	background: #ffddbd;
	color:#454545;
}
