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