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



#nav ul {
	margin:0;
	margin-left:20px;
	margin-right:15px;
	padding:0;
	height: 28px;
	list-style: none; /*remove the bullet points*/

}

#nav li {
	margin:0;
	margin-right:7px; /*changes space between buttons*/
	padding:0;
	float: left; /*changes list to horizontal*/
	width: 88px;
	height: 28px;

}

#nav li a {
	margin:9px 0px 0px 0px;
	/*margin-top:9px;*/ /*changes location of text within the button*/
	padding-bottom:13px; /*changes the area of the clickable button - give everything background colours to see what's happening*/
	padding-top:0;
	padding-left:0;
	display:block;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color:#006737;
	text-align:center;
}

#nav li a:hover {
	text-decoration:none;
	
}
#content #main .anchorTxt a {
	text-decoration: none;
}
.anchorTxt {
	font-size: 10px;
	padding-left: 10px;
}



.On {
	background-image:url(../images/background_button.gif);
	background-repeat:no-repeat;
}
.Off {
	background-image:url(../images/background_button_off.gif);
	background-repeat:no-repeat;
}
