/* CSS Document */
.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 150px;
border: 1px solid #9A9A9A;
}

.markermenu li a{
background: white url(images/dot.jpg) no-repeat 2px center;
font: normal 10px Verdana;
color: #333333;
display: block;
width: auto;
padding: 3px 0;
padding-left: 15px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu li a:visited, .markermenu li a:active{
	color: #333333;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;

}

.markermenu li a:hover{
	color: #333333;
	background-color: #E7FFCE;
	background-image:url(images/dot.jpg);
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;

}
