

.tabs {	
	
	top: -45px;
	right: 52px;
	padding:10px 0 0 10px;
	margin:40px 10px 0 0; 
	list-style:none; 
	height:26px; 
	position:absolute;}
	
.tabs li {
	float:left; 
	margin-right:-4px; 
	margin-bottom:-1px;}
	
.tabs li a {
	display:block; 
	text-decoration:none; 
	font-size:11px; 
	font-family:verdana, arial, sans-serif; 
	font-weight: bold;
	line-height:23px;}
	
.tabs li a em {
	display:block; 
	float:left; 
	height:25px;
	text-align:center; 
	padding:0 15px;  
	border-right:0; 
	font-style:normal; 
	color:#000000;}
	
.tabs li a span {display:none;}

.tabs li a b {
	position:relative; 
	display:block; 
	float:left; 
	z-index:100;  width:2px;}

.tabs li a b.p1 {height:25px; margin-top:1px;}
.tabs li a b.p2 {height:23px; margin-top:3px;}
.tabs li a b.p3 {height:21px; margin-top:5px;}
.tabs li a b.p4 {height:19px; margin-top:7px;}
.tabs li a b.p5 {height:18px; width:1px; background:#000; margin-top:9px; font-size:1px; line-height:0; border:0;}

.tabs li a:hover {color:#00000; white-space:normal;}

.tabs li a:hover em {
	background:#FFFFFF; 
	color:#000; 
	cursor:pointer; 
	border-bottom-color:#B2EC6E; 
	border-bottom-style: solid;
	border-bottom-width: 5px;
	position:relative; 
	z-index:300;}
	
.tabs li a.selected em {
	background:#FFFFFF; 
	color:#000; 
	border-bottom-color:#FCB216; 
	border-bottom-style: solid;
	border-bottom-width: 5px;
	text-decoration:none; 
	position:relative; 
	z-index:400;}
	
.tabs li a.selected:hover em {cursor:default;}
.tabs li a.selected:hover b {cursor:default;}
.tabs li a.selected b {z-index:400; background-position:0 -33px; border-bottom-color:#9bb; cursor:pointer;}

.tabs li a:hover b {background-position:0 -33px; border-bottom-color:#9bb; cursor:pointer;}
.tabs li a:hover b.p5, .menu li a.selected b.p5 {background:#000;}

.tabs li a:hover span {display:block; position:absolute; left:10px; top:35px; color:#000; white-space:nowrap;}
.tabs li a.selected:hover span {display:none;}

.message {background:#9bb; border:1px solid #000; border-top:0; text-align:right; padding:5px 10px; margin:0 10px 50px 0; color:#fff; font-size:10px;}
