.markermenu{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 198px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #3E8EBF;
	border-right-color: #3E8EBF;
	border-left-color: #3E8EBF;
}

.markermenu li a{
	background: white url(media/arrow-list.gif) no-repeat 2px center;
	font: bold 13px Arial;
	color: #00014e;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3E8EBF;
}


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

.markermenu li a:visited, .markermenu li a:active{
color: #000000s;
}

.markermenu li a:hover, .markermenu li .current{
color: #ffffff;
background-color: #3E8EBF;
background-image:url(images/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}
