.markermenu{
list-style-type: none;
margin: 10px 0;
padding: 10;
width: 210px;
border: 0px solid #9A9A9A;
}

.markermenu li a{
	background: #00ADF0 no-repeat 2px center;
	color: #00014e;
	display: block;
	width: auto;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 0px solid Black;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 13px;
	font-family: Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif;
	padding-right: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}


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

.markermenu li a:visited, .markermenu li a:active{
color: #00014e;
}

.markermenu li a:hover{
	color: white;
	background-color: #CC0000;
}