
/* Hidden selected layers */
#selected1,
#selected2,
#selected3,
#selected4,
#selected5,
#selected6 {
	display: none;
	width: 145px;
	height: 27px;
	float: right;
	color: #FFFFFF;
	padding-top: 13px;
	text-align: center;
	background-image: url(../images/btn_subtab.jpg);
	background-repeat: no-repeat;
	background-position: -146px 0px;
	}
#menu1 {
	display: none;
}
#info1,
#info2,
#info3,
#info4,
#info5,
#info6 {
	display: none;
	float: left;
	margin-top: 16px;
	padding-top: 40px;
	width: 710px;
	height: auto;
	min-height: 250px;
	background-image: url(../images/bg_subpage.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}
#selected1,
#info1 {
	display: block;
	}
#subtab_box {
	width: 700px;
	height: 40px;
	float: left;
	margin-top: -27px;
	}
a.subtab:link, a.subtab:visited, a.subtab:active {
	width: 145px;
	height: 27px;
	float: right;
	padding-top: 13px;
	text-align: center;
	display: block;
	text-decoration: none;
	background-image: url(../images/btn_subtab.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.subtab:hover {
	background-position: -146px 0px;
	color: #FFFFFF;
}

