.tabnav {
	height: auto;	
	margin: 0px;	
	padding-left: 10px;
	background: url(tab_bottom/$file/tab_bottom.gif) repeat-x bottom;
	margin-bottom: 2px;	
}

.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-right: 3px;	
	border: 1px solid #ccc;	
	text-decoration: none;	
	color: #336699;
}

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

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

