.arrowsidemenu{
	width: 180px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8B9964;
	border-right-color: #8B9964;
	border-bottom-color: #8B9964;
	border-left-color: #8B9964;
: 1px;
	border-width: 1px;
}
	
.arrowsidemenu div a{ /*header bar links*/
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background:  url(../images/arrowgreen.jpg) 100%;
  height: 24px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 10px;
	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;
	background-image:  url(../images/arrowgreen.jpg);

}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #6F3700;
}

	
.arrowsidemenu div.selected a{
	color: blue;
	background-position: 100% -64px !important;
	background-image:  url(../images/arrowgreen.jpg);

}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.arrowsidemenu ul li{
	border-bottom: 1px solid #B8BF8A;
	


}


.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	padding: 5px 0;
	padding-left: 10px;
	border-left: 10px double #B8BF8A;
}

.arrowsidemenu ul li a:hover{
	background: #E6E6B0;
}



	
