#main_nav_home {
	width: 1002px;
	height: 500px;
	padding: 0px;
	margin: 0px;
	position: relative;
}
.subglobalNav {
	background-image: url(dot.gif);
	padding: 0px;
	position: absolute;
	visibility: hidden;
	z-index: 101;
	top: 86px;
}
.main-label {
	position: absolute;
	width: 90px;
	height: 34px;
	z-index: 51;
	background-image: url(bg_label_1_up.gif);
}
.main-label2 {
	position: absolute;
	width: 90px;
	height: 34px;
	z-index: 52;
	margin-left: 90px;
	background-image: url(bg_label_2_down.gif);
}
.main-label3 {
	position: absolute;
	width: 90px;
	height: 34px;
	z-index: 53;
	margin-left: 180px;
	background-image: url(bg_label_3_down.gif);
}
.main-content {
	position: absolute;
	width: 536px;
	height: 171px;
	z-index: 56;
	overflow: auto;
	margin-top: 34px;
}
.main-more {
	position: absolute;
	width: 59px;
	height: 34px;
	z-index: 57;
	margin-left: 477px;
}
