.style2 {color: #FF0000}

.tabs {
	list-style:none;
	height:29px;
	text-align: center;
	margin:0px;
	width:990px
}
 ul {margin:0px; padding:0px}
.tabs li {float:left; margin-right:0px;}
.tabs li a {display:block; position:relative; text-decoration:none;}
.tabs li a em {
	display:block;
	height:29px;
	float:left;
	background:url(../images/tab2.gif) right top;
	position:relative;
	z-index:100;
	font-size:10px;
	font-weight:normal;
	font-style:normal;
	color:#444450;
	font-family:Tahoma;
/*	padding-top: 4px;*/
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 1px;
	line-height: 1em;
}

*em{ padding-top:4px}

.tabs li a b {display:block; float:left; width:8px; height:29px; background:url(../images/tab2.gif) left top; position:relative; z-index:200;}

.tabs li a.m1 {z-index:910;}
.tabs li a.m2 {z-index:909;}
.tabs li a.m3 {z-index:900;}
.tabs li a.m4 {z-index:800;}
.tabs li a.m5 {z-index:700;}
.tabs li a.m6 {z-index:600;}
.tabs li a.m7 {z-index:500;}
.tabs li a.m8 {z-index:400;}
.tabs li a.m9 {z-index:300;}
.tabs li a.m10 {z-index:200;}
.tabs li a.m11 {z-index:100;}


.tabs li a:hover {border:0; z-index:911; cursor:pointer; text-decoration:none;}
.tabs li a:hover b {background-position: left center; text-decoration:none;}
.tabs li a:hover em  {	background-position: right center; text-decoration:none;}

.tabs li a.selected, .tabs li a.selected:hover {border:0; z-index:912; cursor:default;background-position: right bottom;}
.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;}