@charset "utf-8";
/* CSS Document */


.tabs {
	list-style:none;
	height:30px;
	margin-top: 124px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -18px;
	padding-top: 11px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.tabs li {
	float:left;
	margin-right:-19px;
	margin-bottom:0;
	margin-left:0;
	margin-top:0;
	list-style-type: none;
}
.tabs li a {display:block; position:relative; text-decoration:none;}
.tabs li a em {
	display:block;
	height:30px;
	float:left;
	padding:0 25px 0 3px;
	position:relative;
	z-index:100;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	color:#19539E;
	line-height:35px;
	font-family:verdana;
	background-image: url(img/tabs/tab3.gif);
	background-position: right 7px;
	background-repeat: no-repeat;
	text-align: left;
	width: 65px;
}
* html .tabs li a em {
	width:59px;
}
.tabs li a b {
	display:block;
	float:left;
	width:30px;
	height:30px;
	position:relative;
	z-index:200;
	background-image: url(img/tabs/tab3.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
}

.tabs li a.m1 {z-index:600;}
.tabs li a.m2 {z-index:500;}
.tabs li a.m3 {z-index:400;}
.tabs li a.m4 {z-index:300;}
.tabs li a.m5 {z-index:200;}
.tabs li a.m6 {z-index:100;}

.tabs li a:hover {border:0; z-index:700; cursor:pointer;}
.tabs li a:hover b {
	background-position: left -25px;
	background-repeat: no-repeat;
}
.tabs li a:hover em  {
	background-position: right -25px;
	color:#FF6600;
	background-repeat: no-repeat;
	line-height: 23px;
}

.tabs li a.selected, .tabs li a.selected:hover {border:0; z-index:800; cursor:default;}
.tabs li a.selected b, .tabs li a.selected:hover b {background-position: left bottom;}
.tabs li a.selected em, .tabs li a.selected:hover em  {
	background-position: right bottom;
	color:#FF6600;
	line-height: 23px;
}
