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

.markermenu li a{
	background: white url(../images/arrow-list.gif) no-repeat 2px center;
	color: #012C5B;
	display: block;
	width: auto;
	padding-left: 40px;
	text-decoration: none;
	border-bottom: 1px solid #B5B5B5;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Verdana, Lucida Grande, Trebuchet MS, Helvetica, sans-serif;
	padding-right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}


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

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

.markermenu li a:hover{
color: #012C5B;
background-color: #F3F2F2;
background-image:url(../images/arrow-list-gray.gif); /*onMouseover image change. Remove if none*/
}