.arrowgreen{

	width: 240px; /*width of menu*/

	border-style: solid solid none solid;

	border-color: #94AA74;

	border-size: 1px;

	border-width: 1px;

}



.arrowgreen ul{

	list-style-type: none;

	margin: 0;

	padding: 0;

}
li { color:#658214;}
	

.arrowgreen li a{

	font: bold 12px Verdana, Arial, Helvetica, sans-serif;

	display: block;

	background: transparent url(images/arrowgreen.gif) 100% 0;

  height: 20px; /*Set to height of bg image- padding within link (ie: 20px - 4px - 4px)*/

	padding: 4px 0 4px 10px;

	line-height: 20px; /*Set line-height of bg image- padding within link (ie: 20px - 4px - 4px)*/

	text-decoration: none;

}	

	

.arrowgreen li a:link, .arrowgreen li a:visited {

	color: #663300;

}



.arrowgreen li a:hover{

	color: #663300;

	background-position: 100% -32px;

}



	

.arrowgreen li a.selected{

	color: #663300;

	background-position: 100% -64px;

}





.arrowblack{

	width: 240px; /*width of menu*/

	border-style: solid solid none solid;

	border-color: #94AA74;

	border-size: 1px;

	border-width: 1px;

}



.arrowblack ul{

	list-style-type: none;

	margin: 0;

	padding: 0;

}

	

.arrowblack li a{

	font: bold 12px Verdana, Arial, Helvetica, sans-serif;

	display: block;

	background: transparent url(images/arrowblack.gif) 100% 0;

  height: 20px; /*Set to height of bg image- padding within link (ie: 20px - 4px - 4px)*/

	padding: 4px 0 4px 10px;

	line-height: 20px; /*Set line-height of bg image- padding within link (ie: 20px - 4px - 4px)*/

	text-decoration: none;

}	

	

.arrowblack li a:link, .arrowblack li a:visited {

	color: #ffffff;

}



.arrowblack li a:hover{

	color: #ffffff;

	background-position: 100% -32px;

}



	

.arrowblack li a.selected{

	color: #ffffff;

	background-position: 100% -64px;

}
