#tabnav
{
	height: 19px;
	margin: 0;
	padding-left: 10px;
	border-bottom-color: #4db848;
	border-bottom-width: 4px;
	border-style: solid;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

#tabnav li
{
	margin: 0;
	padding: 0;
  	display: inline;
  	list-style-type: none;
}
.active
{
	float: left;
	font-size: 11px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	padding: 3px 10px 3px 10px;
	margin-right: 4px;
	text-decoration: none;
	color: #000;
	background-image: url('/images/tabBackgroundActive.png');
	background-repeat: repeat-x;
	border-left: 1px solid #4db848;
	border-right: 1px solid #4db848;
	border-top: 1px solid #4db848;
}
.nonactive
{
	float: left;
	font-size: 11px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;	
	padding: 3px 10px 3px 10px;
	margin-right: 4px;
	text-decoration: none;
	color: #666;
	background-image: url('/images/tabBackground.png');
	background-repeat: repeat-x;
	border-left: 1px solid #4db848;
	border-right: 1px solid #4db848;
	border-top: 1px solid #4db848;
	cursor: pointer;
}
.nonactive:hover
{
	color: black;
}