@charset "utf-8";
/* CSS Document */

.arrowgreen{
	width: 256px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 0px;
	border-width: 0px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font-size:16px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../img/menu.jpg) 100% 0;
  height: 30px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 0px 0px 0px 10px;
	line-height: 30px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #FFF;
}

.arrowgreen li a:hover{
	color: #FFF;
	background-position: 100% -30px;
}

	
.arrowgreen li a.selected{
	color:#FF0;
	background-position: 100% -60px;
}

