#tabBox {
	padding: 10px;	
}
#tabnav {
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(../images/tabBottom.gif) repeat-x bottom;
	font-size: 10px !important;
	font-family: arial !important; 
}

#tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#tabnav a:link, #tabnav a:visited {
	float: left;
	background: #f3f3f3;
	font-size: 10px !important;
	font-family: arial !important; 
	line-height: 14px;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}

#tabnav a:link.active, #tabnav a:visited.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
	font-size: 10px !important;
	font-family: arial !important; 
}
#tabnav a {
	font-size: 10px !important;
	font-family: arial !important; 
	text-decoration: none !important;
}
#tabnav a:hover {
	background: #fff;
	font-size: 10px !important;
	font-family: arial !important; 
	line-height: 14px;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none !important;
	color: #666;
}
