.markermenu{
width: 220px; /*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: 0 0 0 0px;
padding: 0 0 0 0px;
/*border: 1px solid #9A9A9A;*/
background:#E89B18;
}

.markermenu ul li a{
background: #E89B18; /*url(../images/icone/bulletlist.gif) no-repeat left;*/ /*light gray background*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
/*color: #00014e;*/
color:#ffffff;
display: block;
width: auto;
padding: 5 0 5 10px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

.markermenu ul li
{
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	background-color:#E89B18;

}

* html .markermenu ul li a{ /*IE6 hack*/
width: 220px;
}


.markermenu ul li a:visited, .markermenu ul li a:active{
/*color: #00014e;*/
	color:#ffffff;
}

.markermenu ul li a:hover, .markermenu ul li a:selected{
color: #ffffff;
background-color: #A8D4ED;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #E89B18;
color:#ffffff;
font: 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.blackwhite li a:hover{
background: #A8D4ED;
color: white;
}