/* BEGIN TABS CSS */

.tab {
	background:url('../images/tab.png') no-repeat center left transparent;
	position:absolute;
	margin: 100px 0 0 0; 
	width:120px;
	height:40px;
	color:#003366;
	text-align:center;
	/*line-height:40px;*/
}

.tab_on {
	z-index:1;
	background:url('../images/tab-on.png') no-repeat center left transparent;
	position:absolute;
	margin: 205px 0 0 0; 
	width:120px;
	height:40px;
	color:#fff;
	text-align:center;
	/*line-height:40px;*/
}

.tab a {
	text-decoration:none;
	color:#003366;
}

.tab a:hover {
	text-decoration:underline;
}

.tab_on a {
	text-decoration:none;
	color:#fff;
}

.tab_on a:hover {
	text-decoration:underline;
}

#tab_1 {top:0px;left:10px;}
#tab_2 {top:0px;left:110px;}
#tab_3 {top:0px;left:210px;}
#tab_4 {top:0px;left:310px;}
#tab_5 {top:0px;left:410px;}












#tabs2_container {
	margin:0px 0px 0px 0px; 
	padding:10px 0px 0px 60px;
	background-color:#fff;
}

#tabs2 {
	width:auto;
	height:40px;
}

#tabs2_bg_left {
	background:url('../images/ptbgleft.png') no-repeat top left transparent;
	position:absolute;
	margin:9px 0px 0px 148px; 
	padding:0px 0px 0px 0px;
	width:20px;
	height:32px; 
}

#tabs2_bg_right {
	background:url('../images/ptbgright.png') no-repeat top left transparent;
	position:absolute;
	margin:0px 0px 0px 628px; 
	padding:0px 0px 0px 0px;
	width:20px;
	height:32px;
}

#tabs2_bg {
	background:url('../images/tabsbg.png') no-repeat bottom left transparent;
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px;
	width:638px;
	height:32px;
}

.tab2 {
	background:url('../images/ptab.png') no-repeat center left transparent;
	position:absolute;
	margin:251px 0 0 0;
	width:119px;
	height:22px;
	color:#003366;
	text-align:center;
}

.tab2_on {
	z-index:1;
	background:url('../images/ptab-on.png') no-repeat center left transparent;
	position:absolute;
	margin:251px 0 0 0;
	width:119px;
	height:22px;
	color:#fff;
	text-align:center;
}

.tab2 a {
	text-decoration:none;
	color:#003366;
}

.tab2 a:hover {
	text-decoration:underline;
}

.tab2_on a {
	text-decoration:none;
	color:#fff;
}

.tab2_on a:hover {
	text-decoration:underline;
}

#tab2_1 {top:0px;left:83px;}
#tab2_2 {top:0px;left:201px;}
#tab2_3 {top:0px;left:319px;}
#tab2_4 {top:0px;left:437px;}
#tab2_5{top:0px;left:555px;}

#tab_text2 {
	padding-top:3px;
}















#tab_text {
	padding-top:17px;
}

#tabs {
	width:auto;
	height:40px;
}

.bottom_tabs {
	width:100%;
	height:20px;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}

.bottom_tab {
	top:10px;
	color:#003366;
	padding: 10px 10px 0px 10px;
}

#tab_set {
	background:url('../images/psb.png') no-repeat center left transparent;
	position:absolute;
	top:220px;
	right:0;
	width:119px;
	height:22px;
}

#tab_set_1 {
	position:absolute;
	font-size:11px;
	left:6px;
	top:4px;
	color:#909090;
}

#tab_set_2 {
	position:absolute;
	font-size:11px;
	right:3px;
	top:4px;
	color:#909090;
}

#tab_set_1 a {
	color:#003366;
	text-decoration:none;
}

#tab_set_1 a:hover { text-decoration:underline; }

#tab_set_2 a {
	color:#003366;
	text-decoration:none;
}

#tab_set_2 a:hover { text-decoration:underline; }

/* END TABS CSS */