
.tab {
	background-position:left bottom; 
	background-repeat:no-repeat;
	width:95%;
	font-size:93%;
	line-height:normal;
	float: left;
	text-decoration:none;
	
}


.tab ul {
	padding:0;
	margin:0;
	list-style:none;
	text-decoration:none;
}

.tab li {
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}

.tab a {
	float:left;
	background: no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
.tab .textTab {	 
	text-align:right;
	float:left;
	background: none;
	width: 100px;
	padding: 4px 4px 4px 4px;
	text-decoration:none;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tab a span {float:none;}
/* End IE5-Mac hack */

.tab a span {
	float:left;
	display:block;
	background: no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
	text-decoration: none;
}

.tab a:hover span {
	color:#000;
	text-decoration: none;
}

.tab a:hover {
	background-position:0% -42px;
	text-decoration:none;
}

.tab a:hover span {
	cursor: pointer;
	background-position:100% -42px;
	text-decoration:none;
}

.current a {
	background-position:0% -42px;
	text-decoration: none;
}

.current a span {
	background-position:100% -42px;
	font-weight: bold;
	text-decoration: none;
}
.current A,A:Visited,A:link,A:Active { 
	text-decoration:none;
}
.tab A,A:Visited,A:link,A:Active { 
	text-decoration:none;
}
