
/*Start: Tab related common classes */

#tab {
	float: left;
	width: 100%;
	padding: 0;
	font-size: 0.8em;
	line-height: normal;
	border-bottom: #999999 solid 1px;
	margin-left: -11px;
}

html>body #tab {
	margin-left: 6px;
}

#tab ul {
	margin: 2px 0 0px 0px;
	padding: 0px 0 0 10px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
}

html>body #tab ul {
	padding: 0px 0 0 0px;
}

#tab li {
	display: inline;
	margin: 0;
	padding: 0;		
}

#tab a {
	float: left;
	background: #ffffff url("../images/tabright.gif") no-repeat left top;
	padding: 0 0 0 5px;
	text-decoration: none;
	color: #000000;
	margin-left: 1px;
	color: #929492;
	margin-bottom: -1px;
}
	
html>body #tab a {
	margin-left: -10px;
	margin-right: 11px;
	height:22px;
	border-bottom: #999999 solid 1px;
}
	

#tab a span {
	float: left;
	display: block;
	background: #ffffff url("../images/tabright.gif") no-repeat right top;
	padding: 4px 8px 3px -6px;
}

html>body #tab a span {
	padding: 4px 8px 3px 3px;
}

#tab a span {
	float: none;
}
	
#tab #current a span {
	padding-bottom: 4px;
}
	
#tab a:hover, #tab a:hover span {
	background: #ffffff url("../images/slected.gif") no-repeat right top;
	color: #ffffff;
}

#tab #current a span, #tab #current a {
	background: #ffffff url("../images/slected.gif") no-repeat right top;
	color: #FFFFFF;
}

/*End: Tab related common classes */