.markermenu{
width: 135px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
-moz-border-radius: 10px 0 0 0; -webkit-border-radius: 10px 0 0 0; -khtml-border-radius: 10px 0 0 0; border-radius: 10px 0 0 0;
background:#daa437;
}

.markermenu ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.markermenu ul li{
text-align:left;
width:135px;
overflow:hidden;
}
.markermenu ul li a{
display: block;
height:32px; line-height:32px; 
width: 135px;
color:#fff;
font-weight: normal;
font-size: 13px;
border-bottom:2px solid #000;
}
.markermenu ul li:hover a{
	color:#fff;
	font-weight: normal;
	background:#000;
}
.markermenu ul li a.acted{
	color:#fff;
	font-weight: normal;
	background:#000;
}
* html .markermenu ul li a{ /*IE6 hack*/
width: 135px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #fff;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
display: block;
color:#fff;
}

.blackwhite li a{
background:#cedbc5;
border-bottom:1px solid #fff;
}

.blackwhite li a:hover{
background-color: #bbbdb9;
color: #000;
}