﻿div.tabs {
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: tahoma, sans-serif;
}
div.tabs ul {
	position: absolute;
	top: 0px;
	left: 0px;
	list-style:none;
	font-size: 15px;
}
div.tabs li {
	position: absolute;
	font-weight: bold;
}


.tab1 {
	position: absolute;
	top: 251px;
	left: 0px;
	display: block;
	width: 149px;
	height: 50px;
	background: url() no-repeat left top;

}
.tab4 {
	position: absolute;
	top: 251px;
	left: 0px;
	display: block;
	width: 149px;
	height: 50px;
	background: url() no-repeat left top;

}
.tab2 {
	position: absolute;
	top: 251px;
	left: 149px;
	display: block;
	width: 163px;
	height: 50px;
	background: url() no-repeat left top;
}
.tab5 {
	position: absolute;
	top: 251px;
	left: 149px;
	display: block;
	width: 163px;
	height: 50px;
	background: url() no-repeat left top;
}
.tab3 {
	position: absolute;
	top: 251px;
	left: 312px;
	display: block;
	width: 148px;
	height: 50px;
	background: url() no-repeat left top;
}
.tab6 {
	position: absolute;
	top: 251px;
	left: 312px;
	display: block;
	width: 148px;
	height: 50px;
	background: url() no-repeat left top;
}


div.tabs .tab1 a {
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 15px;
	left: 39px;
}
div.tabs .tab2 a {
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 15px;
	left: 58px;
}
div.tabs .tab3 a {
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 15px;
	left: 53px;
}

div.tabs .tab4 a {
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 15px;
	left: 39px;
}
div.tabs .tab5 a {
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 15px;
	left: 58px;
}
div.tabs .tab6 a {
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 15px;
	left: 53px;
}

div.tabs a:hover {
	color: #fff;
}
/*
body.tabs div.tabs .tab1.selected {
	background: url(images/tab1_149x50.gif) no-repeat left top;
	color: #0C3569;
}
body.tabs div.tabs .tab1.selected a{
	color: #0C3569;
}
body.tabs div.tabs .tab2.selected {
	background: url(images/tab2_163x50.gif) no-repeat left top;
	color: #0C3569;
}
body.tabs div.tabs .tab2.selected a{
	color: #0C3569;
}
body.tabs div.tabs .tab3.selected {
	background: url(images/tab3_148x50.gif) no-repeat left top;
	color: #0C3569;
}
body.tabs div.tabs .tab3.selected a{
	color: #0C3569;
}
body.tabs div.tabs .tab4.selected {
	background: url(images/tab1_149x50.gif) no-repeat left top;
	color: #0C3569;
}
body.tabs div.tabs .tab4.selected a{
	color: #0C3569;
}
body.tabs div.tabs .tab5.selected {
	background: url(images/tab2_163x50.gif) no-repeat left top;
	color: #0C3569;
}
body.tabs div.tabs .tab5.selected a{
	color: #0C3569;
}
body.tabs div.tabs .tab6.selected {
	background: url(images/tab3_148x50.gif) no-repeat left top;
	color: #0C3569;
}
body.tabs div.tabs .tab6.selected a{
	color: #0C3569;
}
*
/* HACK */
body.tabs div.tabs .tab1selected {
	background: url(images/tab1_149x50.gif) no-repeat left top;
	color: #0C3569;
}
body.tabs div.tabs .tab1selected a{
	color: #0C3569;
}
body.tabs div.tabs .tab2selected {
	background: url(images/tab2_163x50.gif) no-repeat left top;
	color: #0C3569;
}
body.tabs div.tabs .tab2selected a{
	color: #0C3569;
}
body.tabs div.tabs .tab3selected {
	background: url(images/tab3_148x50.gif) no-repeat left top;
	color: #0C3569;
}
body.tabs div.tabs .tab3selected a{
	color: #0C3569;
}

div.tabBody {

}


/* if javascript is turned off */
div.tabItem {
	position: absolute;
	top: 18px;
	left: 5px;
}
div.tabBody div.tabItem {
	display: none;
}
div.tabBody div.selected { 
	display: block; 
}
