.markermenu{
	list-style-type: none;
	padding: 0;
	width: 162px;
	border: 1px solid #CCCCCC;
	border-top-width:0px;
	height: auto;
	margin: 0px;
}

.markermenu li a{
	color: #008AFB;
	display: block;
	width: auto;
	padding-left: 22px;
	text-decoration: none;
	background-color: white;
	background-image: url(../images/arrow-list.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	border-top-width:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	height: auto;
}


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

}

.markermenu li a:visited, .markermenu li a:active{
	color: #008AFB;
	height: auto;
}

.markermenu li a:hover{
	color: #800000;
	background-color: #eeeeee;
	background-image:url(../images/arrow-list-red.gif);
	font-weight: bold;
	background-position: 6px;
	height: auto;
	text-decoration: none;
}

