.markermenu{
width: 180px; /*width of menu*/
}

.markermenu ul{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}

.markermenu ul li a{
	color: #000000;
	display: block;
	width: auto;
	padding-left: 22px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/arrow-list.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F7F7F7;
	font-weight: 400;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.markermenu ul li a:hover{
	color: #ff9900;
	background-color: #abe4fa;
	background-image:url(images/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}
.markermenu .current a{ /** currently selected menu item **/
	color: #ff9900;
	background-color: #abe4fa;
	background-image:url(images/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

