/* CSS Document */
.tabs{
	z-index:998;
	text-align:center;
	width:640px;
	height:25px;
	list-style:none;
	display:block;
	float:right;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	position:relative;
	top:90px;
}
.tabs li{
	padding-left:2px;
	padding-right:2px;
}
.tabs li.tab_on a{	
	text-align:center;
	color:#02519d;
	text-decoration:none;
	font-size:18px;
	position:relative;
	top:6px;
	left:2px;
}
.tabs li.tab_off a{	
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	font-size:18px;
	position:relative;
	top:4px;
}
/*.tabs li.tab_off:hover a{	
	text-align:center;
	color:#02519D;
	text-decoration:none;
}*/
.tab_on{
	background-image: url(../layout_images/tab_background_009.png);
	background-repeat:no-repeat;
	border-top:1px solid #02519d;
	border-bottom:1px solid #FFFFFF;
	float:right;
	width:100px;
	height:29px;
	position:relative;
	z-index:999;
}
.tab_off{
	background-color:#02519d;
	border:1px solid #02519d;
	float:right;
	width:100px;
	height:25px;
}
/*.tab_off:hover{
	background-color:#CCCCCC;
	border-top:1px solid #02519D;
	border-left:1px solid #02519D;
	border-right:1px solid #02519D;
	border-bottom:1px solid #FFFFFF;
	float:right;
	width:80px;
	height:20px;
}*/
.tab_bump{
	position:relative;
	top:-37px;
	left:230px;
	width:480px;
	height: 25px;
}
.tab_bump_IE{
	position:relative;
	top:-29px;
	left:62px;
	width:480px;
	height: 25px;
}
.tab_bump_other{
	position:relative;
	top:-37px;
	left:190px;
	width:480px;
	height: 25px;
}
