.tabs {
}
.tabs .top {
	height: 1.6em;
	float: right;
	border: 1px dashed silver;
	padding: 2px;
}
.tabs .main {
	font-family:  Arial, Helvetica, sans-serif;
	height: 2.3em;
	position: absolute;
	top: 94px;
	left: 224px;
	/*border: 1px dashed silver;*/
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
.tabs .bott {
	height: 1.6em;
	position: absolute;
	bottom: 0;
	border: 1px dashed silver;
	padding: 2px;
}
.tab, .tabcurr {
	float: left;
	text-align: center;
	padding: 4px 0 2px 0;
	margin-right: 2px;
	width: auto;
	height: 17px;
	/*border: 1px dotted gray;*/
}

.tabs .last{
}

.tab a , .tabcurr a {
	/*display: block;*/
	padding: 0;
	text-decoration: none;
	color: White;
}
.tab a:hover {

}
.tabcurr {
}
.tabcurr a{
	text-decoration: underline;
}

.tabs .ord1 {
	background: url("../../images/design/redtopbutt01.png");
	width: 100px;
}
.tabs .ord2 {
	background: url("../../images/design/redtopbutt02.png");
	width: 100px;
}
.tabs .ord3 {
	background: url("../../images/design/redtopbutt02.png");
	width: 100px;
}

.tabs .ord4 {
	background: url("../../images/design/orangetopbutt.png");
	width: 124px;
}

.tabs .ord5 {
	background: url("../../images/design/bluetopbutt.png");
	width: 89px;
}
.tabs .ord6 {
	background: url("../../images/design/bluetopbutt.png");
	width: 89px;
}

.headarea .tabs{
}


