/* CSS Document */

ul.postnav,ul.postnav li{margin:0px;padding:4px;list-style-type:none}
ul.postnav li{
	float:left;
	font-size:12px;
	margin-right: 5px;
}
ul.postnav a{
	display:block;
	width:10em;
	text-decoration:none;
	text-align:center;
	background: #A4CE24 url(../images/bckg_grbot.jpg) repeat-x 0 bottom;
	font-family: Geneva, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 0;
	float: none;
}
ul.postnav a:hover{
	color:#FFF;
	background: #A8E52F url(../images/bckg_blubot.jpg) repeat-x 0 bottom;
}
.formbckg {
	background: #A4CE24 url(../images/bckg_grbot.jpg) repeat-x 0 bottom;
	padding-left: 20px;
	text-align: left;
}

