.markermenu{
width: 200px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
padding:5px;
padding-right:0;
}
.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}
.markermenu ul li{
	background:url(../imgs/menu_left.jpg);
	height:35px; 
    font-size :14px;
	text-align:left;
	padding-left: 40px;
}
.markermenu ul li:hover{
	background:url(../imgs/menu_left_hover.jpg);
	height:35px; 
    font-size :16px;
	text-align:left;
	padding-left: 50px;
}
.markermenu ul li a{
float:left;
display: block;
line-height: 30px;
color:#3F3F3F;
width: 170px;
}