table.w3tc
{
	width: 100%;	
}

table.w3tc
{
	padding: 0px;
}

table.w3tc div
{
	font-family: Arial;
	display: none;
	padding: 10px 0px 10px 0px;
	color: #666666;
}

table.w3tc thead ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

table.w3tc thead ul li
{	
	line-height: 1;
	padding: 0px;
	margin: 0px;
	float: left;
	margin: 0px 1px 0px 0px;
	display: block;	
}

table.w3tc thead ul li a:link, 
table.w3tc thead ul li a:visited, 
table.w3tc thead ul li a:hover
{	
	padding: 5px 10px 3px 10px;
	margin: 5px 0px 0px 0px;
	display: block;	
	color: #666666;
	font-size:10px;
	outline: 0px;
	white-space: nowrap;
	text-decoration: none;
	background-image:url(../images/bg_out.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-family: Arial;
}

table.w3tc thead ul li a:hover
{
	background-color: #ffffff;
}

table.w3tc thead ul li a.selected:link, 
table.w3tc thead ul li a.selected:visited, 
table.w3tc thead ul li a.selected:hover
{	
	position: relative;
	padding: 5px 14px 3px 14px;
	margin: 5px 0px 0px 0px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#FFFFFF;
	font-family: Arial;
	font-size:10px;
}

