@charset "utf-8";
/* CSS Document */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowgreen{
	/*width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 0px;
	border-width: 0px;
}
/* ---------------------- END Blueslate nav ---------------------- */


.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	height: 19px;
	line-height: 19px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0px;
	background-color: transparent;
	background-image: url(../images/media/arrowwhite.gif);
	background-position: 1% 0;
	text-indent: 50px;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #6096D4;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 1% -27px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 1% -54px;
}

</style>
