@charset "utf-8";
/* CSS Document */

.tabs {
	float: right;
	z-index: 0;
	position: absolute;
	right: 3px;
	top: 276px;
	padding: 0;
	display: block;
	width: 192px;
}

rollover-tabs, .show-tabs {
	width: 192px;
	z-index: 1;
}

.tabs ul {
	float: right;
	margin: 0 ;
	padding: 0;
	list-style: none;
	display: block;
}

.tabs ul li {
	float: right;
	clear: both;
	margin: 0;
	padding: 0 0 0 7px;
	display: block;
	background: url(../img/tab-shadow.gif) top right no-repeat  ;
}

.tabs ul li a {
	display: block;
	float: right;
	width: 185px;
	height: 43px;
	margin: 0 0 3px -147px;
	padding: 0;
	position: relative;
}

.tab-container {
	overflow: hidden;
	position: relative;
	width: 38px;
	height: 46px;
	display: block;
	float: right;
}

.show-tabs .tab-container {
width: 185px;
}

.tab-container a {
float: right;
}

.tabs ul li a.tab1 {	background: url(../img/tab1.png) top left no-repeat;	}
.tabs ul li a:hover.tab1 {	background: url(../img/tab1_hover.png) top right no-repeat;	}
.tabs ul li a.tab2 {	background: url(../img/tab2.png) top left no-repeat;	}
.tabs ul li a:hover.tab2 {	background: url(../img/tab2_hover.png) top right no-repeat;	}
.tabs ul li a.tab3 {	background: url(../img/tab3.png) top left no-repeat;	}
.tabs ul li a:hover.tab3 {	background: url(../img/tab3_hover.png) top right no-repeat;	}
.tabs ul li a.tab4 {	background: url(../img/tab4.png) top left no-repeat;	}
.tabs ul li a:hover.tab4 {	background: url(../img/tab4_hover.png) top right no-repeat;	}
