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

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


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

.markermenu li a:visited, .markermenu li a:active{
color: white;
}

.markermenu li a:hover{
	color: White;
	text-decoration: none;
	background-color: #990000;
	background-image: url(../images/arrow-list-blue.gif); /*onMouseover image change. Remove if none*/
}