.tabs, 
.tabs a, 
.tabs .selected, 
.tabs .first a, 
.tabs .first .selected, 
.tabs .last a, 
.tabs .last .selected,
.tabsBoxFor4Tabs .footer, 
.tabsBoxFor6Tabs .footer {
	background: url(../Images/Sprites/tabs.png) no-repeat;	
}

.tabs li {
	float: left;
	list-style:none;
	list-style-image: none;	
}

.tabs a {
	position: relative;
	display: block;
	width: 130px;
	height: 32px;
	padding: 0 0 0 20px;
	background-position: 0 -92px;
	overflow: hidden;
	line-height: 32px;
	vertical-align: middle;
	font-size: 0.92em;
}

.tabs .selected {
	background-position: 0 -154px;
	color: #211F1F;
}

.tabs .first a {
	width: 130px;
	padding: 0 0 0 23px;
	background-position: 0 -30px;
}

.tabs .first .selected {
	background-position: 0 -216px;
}

.tabs .last a {
	width: 130px;
	padding: 0 0 0 22px;
	background-position: 0 -340px;
}

.tabs .last .selected {
	background-position: 0 -278px;
}

.tabsBoxFor4Tabs {
	width: 605px;
}

.tabsBoxFor4Tabs .tabs {
	background-position: 0 -500px;
	height: 32px;
}

.tabsBoxFor4Tabs .content {
	background-image: url(../Images/BgLoops/tabsBoxFor4Bg.png);
	background-repeat: repeat-y;
}

.tabsBoxFor4Tabs .footer {
	height: 6px;
	background-position: 0 -562px;
	overflow: hidden;
}

.tabsBoxFor6Tabs {
	width: 905px;
	margin: 0 auto;
}

.tabsBoxFor6Tabs .tabs {
	background-position: 0 -402px;
	height: 32px;
}

.tabsBoxFor6Tabs .content {
	background-image: url(../Images/BgLoops/tabsBoxFor6Bg.png);
	background-repeat: repeat-y;
}

.tabsBoxFor6Tabs .footer {
	height: 6px;
	background-position: 0 -464px;
	overflow: hidden;
}

