/* ----- Menu Follow -----*/
#mnFlw {
	position: absolute; /*กรณี มีค่า top ใช้ absolute  / กรณีเมนูชิดบน ใช้ fixed*/
	background-image: url(../image/concept/bg_menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 110px;
	left: 0px;
	top: 0px;
	z-index: 2;
}
