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

.markermenu li a{
	background: #F4F4F4 url(../images/arrow-list.gif) no-repeat 10px center;
	color: Black;
	display: block;
	width: auto;
	padding-left: 25px;
	text-decoration: none;
	border-top: 0px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 12px;
	font-family: 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: 230px;
}

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

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