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

.markermenu li a{
	background: #143670 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: 14px;
	font-family: Tahoma, Verdana,Lucida Grande, Trebuchet MS, Helvetica, sans-serif;
	padding-right: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}


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

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

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