#NaviBar {
	background: url('_Image/NaviBar/naviback.png') center repeat;
	height: 34px;
	width: 100%;
}

#NaviBar_CHT {
	background: url('_Image/NaviBar/C_index.png') center center no-repeat;
	width: 234px;
	height: 34px;
	float: right;
}

#NaviBar_ENG {
	background: url('_Image/NaviBar/E_index.png') center center no-repeat;
	width: 234px;
	height: 34px;
	float: left;
}

#NaviBar_CHT:hover {
	background: url('_Image/NaviBar/CL_index.png') center center no-repeat;
}

#NaviBar_ENG:hover {
	background: url('_Image/NaviBar/EL_index.png') center center no-repeat;
}