.markermenu{
	width: 220px; /*width of menu*/
	margin-left: 10px;
}

.markermenu ul{
	list-style-type: none;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.markermenu ul li a{
	color: #fff;
	display: block;
	width: auto;
	padding-left: 20px;
	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: solid;
	border-bottom-color: #4f1b07;
	font-weight: normal;
	letter-spacing: 1px;
	background-color: #753104;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
}

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

