/* menue */

.arrowgreen{
	width: 180px; /*width of menu*/
	border-style: none solid solid none;
	border-color: #1E4E15;
	;	
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: 13px Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../grafik/arrowgreen3.gif) 100% 0;
	height: 17px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 17px; /*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: #1E4E15;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -25px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -50px;
}