<style type="text/css">

.arrow{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrow ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrow li a{
	font: bold 100% Arial, Helvetica, sans-serif;
	display: block;
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrow li a:link, .arrow li a:visited {
	color: #695c36;
	
	
	
}

.arrow li a:hover{
	color: #18453B;
	background-position: 100% -32px;
		
}

	
.arrow li a.active, a:focus {
		color: #18453B;
	background-position: 100% -64px;
}

</style>

