table        { font-family: Verdana; font-size: 10pt }
.PageTitle   { font-size: 8pt; font-weight: bold; padding-right: 15px; background-color: 
               #C0C0C0; color:#5E7830 }
input        { border:1px solid #C0C0C0; font-family: Verdana; font-size: 10pt }
textarea     { border:1px solid #C0C0C0; font-family: Verdana; font-size: 10pt }
a            { color: #000000;  }
a:active     { color: #000000 }
a:hover      { color: #00FFFF }
a:link       { color: #000000 }
a:visited    { color: #000000 }
body         { font-size: 10pt; font-family: Verdana }
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowblue{
	width: 140px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 0px;
	border-width: 0px;
}

.arrowblue ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowblue li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(images/arrowblue.gif) 100% 0;
  height: 22px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 22px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowblue li a:link, .arrowblue li a:visited {
	color: #5E7830;
}

.arrowblue li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowblue li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}