.arrowsidemenu{
	width: 100%; /*width of menu*/
	border-style: solid solid solid solid;
	
	border-color: #94AA74;
	
	border: 1px;
	border-width: 1px;
}
	
.arrowsidemenu div a{ /*header bar links*/
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	/*background: transparent url(arrowgreen.gif) 100% 0;*/
	background-color: transparent;
	/*background-color:#FFCC33;	*/
	border-bottom:1px solid #757575;
	height: auto;
  /*height: 24px;*/ /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 4px;
	line-height: 24px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: #26370A;
}

.arrowsidemenu div a:hover{
	background-position: 100% -32px;
}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #757575;
}

.arrowsidemenu div.unselected p{ /*header that's currently selected*/
	color: #424242;
}
	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color: #fff;
	background-position: 100% -64px !important;
	background-color: #646464;
}

.arrowsidemenu div.selected p{ /*header that's currently selected*/
	color: #fff;
	font-weight: 600;
}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowsidemenu ul li{
	border-bottom: 1px solid #757575;
}


.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font-family: menufont;
	text-decoration: none;
	color: #757575;
	padding: 5px 0;
	padding-left: 10px;
	font-size: 13px;
	/*border-left: 10px double #a1c67b;*/
}

.arrowsidemenu ul li a:hover{
	background: #d5e5c1;
}