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


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowgreen{
	width: 180px;
	border-size: 1px;
	border: 0px none #94AA74;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	display: block;
	height: 30px;
	line-height: 28px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	background-color: #006699;
	background-position: 100% 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 12px;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #FFFFFF;
}

.arrowgreen li a:hover{
	color: #FFFFFF;
	background-position: 100% -32px;
	background-color: #0099CC;
}

	
.arrowgreen li a.selected{
	color: #FFFFFF;
	background-position: 100% -64px;
}

