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


/*border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowgreen{
	/*width of menu*/
	text-align:left;
	background-color:#f6f5f1;
	
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	background:#f6f5f1;
	
}
	
.arrowgreen li a{
	font: bold 12px  Arial, Helvetica, sans-serif;
	display: block;
	background: #f6f5f1 url(../images/button_icons.jpg) no-repeat  center left;
 	height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 20px;
	line-height: 24px; /*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: #26370A;
	background: #f6f5f1 url(../images/button_icons.jpg) no-repeat  center left;
}

.arrowgreen li a:hover{
	color: #5E7830;
	background: #f6f5f1 url(../images/button_overicons.jpg) no-repeat  center left;
}

	
.arrowgreen li a.selected{
	color: #5E7830;
	background: #f6f5f1 url url(../images/button_icons.jpg) no-repeat  center left;
}







.arrowgreen1{
	/*width of menu*/
	text-align:left;
	background-color:#fff;
	
}

.arrowgreen1 ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	background:#fff;
	
}
	
.arrowgreen1 li a{
	font:normal 12px  Arial, Helvetica, sans-serif;
	color:#810a0a;
	display: block;
	background: #fff url(../images/arrow_01.jpg) no-repeat  center left;
 	height: 18px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 0px 0px 4px 15px;
	line-height: 18px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
}	
	
