.markermenu{
	list-style-type: none;
	padding: 0;
	width: 170px;
	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;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

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


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

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

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

