.markermenu{
width: 185px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
padding:0;
}
.markermenu ul{
list-style:none;
margin:0;
padding: 0;
margin-left:20px;
}
.markermenu ul li{
	text-align:left; border-bottom:1px solid #eee; list-style-image:url(../images/icon_cate.jpg);
}
.markermenu ul li:hover{
}

.markermenu ul li a{
display: block;
padding:8px 0;
width: 160px;
color:#0f5b10; font-weight:bold;
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #0f5b10;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
font-weight:bold;
display: block;
text-decoration:underline;
}

.blackwhite li a{
background:#ecf8cc;
border-bottom:1px solid #c9cfb9;
}

.blackwhite li a:hover{
background-color: #fbf4a4;
color: #000;
}