.tab_active_small {
	background-image: url(../images/tabb_s1.gif);
	background-repeat: no-repeat;
	position:absolute;
	width: 118px;
	height: 44px;
	display: inline;
	z-index:6;
}
.tab_active_medium {
	background-image: url(../images/tabb_s.gif);
	background-repeat: no-repeat;
	position:absolute;
	width: 133px;
	height: 44px;
	display: inline;
	z-index:6;
}
.tab_active_large {
	background-image: url(../images/tabb_s3.gif);
	background-repeat: no-repeat;
	position:absolute;
	width: 138px;
	height: 44px;
	display: inline;
	z-index:6;
}
/* the trailing number is the z-index
5 being just behind the active tab
2 being just above the main frame*/
.tab_inactive_small_6 {
	background-image: url(../images/tabb_n1.gif);
	background-repeat: no-repeat;	
	position:absolute;
	width: 118px;
	height: 44px;
	display: inline;
	z-index:6;
}
.tab_inactive_small_5 {
	background-image: url(../images/tabb_n1.gif);
	background-repeat: no-repeat;	
	position:absolute;
	width: 118px;
	height: 44px;
	display: inline;
	z-index:5;
}
.tab_inactive_small_4 {
	background-image: url(../images/tabb_n1.gif);
	background-repeat: no-repeat;	
	position:absolute;
	width: 118px;
	height: 44px;
	display: inline;
	z-index:4;
}
.tab_inactive_small_3 {
	background-image: url(../images/tabb_n1.gif);
	background-repeat: no-repeat;	
	position:absolute;
	width: 118px;
	height: 44px;
	display: inline;
	z-index:3;
}
.tab_inactive_small_2 {
	background-image: url(../images/tabb_n1.gif);
	background-repeat: no-repeat;	
	position:absolute;
	width: 118px;
	height: 44px;
	display: inline;
	z-index:2;
}
.tab_inactive_medium_5 {
	background-image: url(../images/tabb_n.gif);
	background-repeat: no-repeat;	
	position:absolute;
	width: 133px;
	height: 44px;
	display: inline;
	z-index:5;
}
.tab_inactive_medium_4 {
	background-image: url(../images/tabb_n.gif);
	background-repeat: no-repeat;	
	position:absolute;
	width: 133px;
	height: 44px;
	display: inline;
	z-index:4;
}
.tab_inactive_medium_3 {
	background-image: url(../images/tabb_n.gif);
	background-repeat: no-repeat;	
	position:absolute;
	width: 133px;
	height: 44px;
	display: inline;
	z-index:3;
}
.tab_inactive_medium_2 {
	background-image: url(../images/tabb_n.gif);
	background-repeat: no-repeat;	
	position:absolute;
	width: 133px;
	height: 44px;
	display: inline;
	z-index:2;
}
.tab_inactive_large_5 {
	background-image: url(../images/tabb_n3.gif);
	background-repeat: no-repeat;	
	position:absolute;
	width: 138px;
	height: 44px;
	display: inline;
	z-index:5;
}
.tab_inactive_large_4 {
	background-image: url(../images/tabb_n3.gif);
	background-repeat: no-repeat;	
	position:absolute;
	width: 138px;
	height: 44px;
	display: inline;
	z-index:4;
}
.tab_inactive_large_3 {
	background-image: url(../images/tabb_n3.gif);
	background-repeat: no-repeat;	
	position:absolute;
	width: 138px;
	height: 44px;
	display: inline;
	z-index:3;
}
.tab_inactive_large_2 {
	background-image: url(../images/tabb_n3.gif);
	background-repeat: no-repeat;	
	position:absolute;
	width: 138px;
	height: 44px;
	display: inline;
	z-index:2;
}
#Tab1 {
	left:0px;
}
#Tab2 {
	left:110px;
}
#Tab3 {
	left:240px;
}
#Tab4 {
	left:365px;
}
#Tab5 {
	left:490px;
}
.nav1 {
	top:15px;
	width:inherit;
	height:inherit;
	position:relative;
	text-align:center;
	font: bold 10pt 'Arial', Helvetica, sans-serif;
	color: #ffffff;
}
.nav2 {
	top:5px;
	width:inherit;
	height:inherit;
	position:relative;
	text-align:center;
	font: bold 10pt 'Arial', Helvetica, sans-serif;
	color: #ffffff;
}
