
/* Styles for TABS */

.tabnav {
	FONT-SIZE: 1em;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
.tabnav tr {
	vertical-align: bottom;
}
.tabnav td a {
	display: block;
	border-right: 1px solid #468966;
	margin: 0px;
	padding: 3px 0px;
	background: url(../images/rollovertab.gif) no-repeat;
	text-align: center;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	white-space: nowrap;
	color: #000;

}
.tabnav td a:hover {
	border-right: 1px solid #FFB03B;
	background-position: 0px -25px;
	color: #000;
}
.tabnav td a#on {
	border-right: 1px solid #B64926;
	background-position: 0px -50px;
	cursor: default;
	color: #000;

}

