@charset "utf-8";
.Header {
	clear: both;
	height: 110px;
	width: 900px;
	border: thin solid #FF0000;
}
#apDivMenuMain {
	position:relative;
	left:120px;
	top:0px;
	width:595px;
	z-index:10;
	margin-bottom: 10px;
	margin-top: 10px;
}
#apDivMenuMain div {
	float: left;
	width: 100px;
	margin-left: 5px;
}


ul#eyefish{ /* กำหนดขอบเขตของเมนู */
	margin:0;padding:0;
	margin-left:10px;
	display:block;
	height:100px;
}
ul#eyefish li{ /* กำหนด css ให้กับ list รายการเมนู*/
	list-style:none outside;
	float:left;
}
ul#eyefish li  img{ /* กำหนดขนาดเริ่มต้นให้กับรูปภาพ */
	width:85px;
	height:71px;
}

#apLanguage {
	position:absolute;
	left:785px;
	top:130px;
	width:128px;
	height:47px;
	z-index:10;
}
#apLanguage    img  {
	list-style:none outside;
	float:right;
}
#overLayText{    
    position:relative;    
    bottom:0px;    
    font-size:12px;    
    padding:5px;    
}

