.markermenu{
width: 250px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
padding-right:0;
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}
.markermenu ul li{
	text-align:left;
	border-bottom:1px solid #f2f2f2; 
	padding: 5px 0;
	height:20px;
}
.markermenu ul li:hover{
	text-align:left;
}

.markermenu ul li a{
float:left;
display: block;
padding: 5px 0;
padding-left:15px; 
color:#000;
width: 230px;
text-transform:uppercase;
font-family: 'UVNHongHaHep_R'; font-size:15px;
}
.markermenu ul li a.acted{color:#2498ff;}
.markermenu ul li a:hover{ color:#fff;}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
background:#045277;
color:#fff;
}

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

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