 .tabnav {
	height: 19px;
	margin: 6px 0px 2px 0px;	
	padding: 1px 5px 0px 5px;
	border-bottom: 1px solid #ccc;	
}

.tabnav li {
	margin: 0px; 
	padding: 0px;
	display: inline;	
	list-style-type: none;
}

.tabnav a:link, .tabnav a:visited {	
	float: left;
	background: #f0f0f0;
	font-size: 10px;	
	line-height: 14px;	
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	margin: 0px 3px -1px 0px;	
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 1px 0px 1px;
	text-decoration: none;	
	color: #666;
}

.tabnav a:link.active, .tabnav a:visited.active {
	border-bottom: 1px solid white;
	background: #fff;	
	color: #F26D20;
}

.tabnav a:hover	{
	color: black;
	background: #F26D20;
}

