#menuMain{
	height: 45px;
	/* width: 850px; */
	width: 700px;
	position: absolute;
	bottom: 0;
	right: 8px;
	background-image: url(../images/menu2.png);
}
#menuMain li{
	float: left;
	text-align: left;
	width: 170px;
	margin: 0;
}
#menuMain li.menu01,#menuMain li.menu02,#menuMain li.menu03,#menuMain li.menu04,#menuMain li.menu05,#menuMain li.menu06,#menuMain li.menu07{
	display: block;
	height: 45px;
	position:relative;
}
#menuMain li:hover.menu01,#menuMain li:hover.menu02,#menuMain li:hover.menu03,#menuMain li:hover.menu04,#menuMain li:hover.menu05{
	background-image: url(../images/menu2-over.png);
}

#menuMain .menu01{ /* LOGO */
	display: block;
	text-indent: -5000px;
}
#menuMain .menu01:hover{	background-position: 0px 0px;}
#menuMain .menu01 a{	display: block;	height: 100%;}
#menuMain .menu01 a.selected { background-image: url(../images/menu2-over.png); background-position: 0px 0px;}
#menuMain .menu02{
	display: block;
	text-indent: -5000px;
}
#menuMain .menu02:hover{	background-position: -170px 0px;}
#menuMain .menu02 a{	display: block;	height: 100%;}
#menuMain .menu02 a.selected { background-image: url(../images/menu2-over.png); background-position: -170px 0px;}
#menuMain .menu03{
	display: block;
	text-indent: -5000px;
}
#menuMain .menu03:hover{	background-position: -340px 0px;}
#menuMain .menu03 a{	display: block;	height: 100%;}
#menuMain .menu03 a.selected { background-image: url(../images/menu2-over.png); background-position: -340px 0px;}
#menuMain .menu04{
	display: block;
	text-indent: -5000px;
}
#menuMain .menu04:hover{	background-position: -510px 0px;}
#menuMain .menu04 a{	display: block;	height: 100%;}
#menuMain .menu04 a.selected { background-image: url(../images/menu2-over.png); background-position: -510px 0px;}
#menuMain .menu05{
	display: block;
	text-indent: -5000px;
}
#menuMain .menu05 a{	display: block;	height: 100%;}
#menuMain .menu05:hover{	background-position: -680px 0px;}
#menuMain .menu05 a.selected { background-image: url(../images/menu2-over.png); background-position: -680px 0px;}


/*======================================================================== 
	內頁MENU選取狀態
  ========================================================================*/
.menu_sel01,.menu_sel02,.menu_sel03,.menu_sel04 {
	background-image: url(../images/menu-over.gif);
}
.menu_sel01 { background-position: 0px 0px;}
.menu_sel02 { background-position: -170px 0px;}
.menu_sel03 { background-position: -340px 0px;}
.menu_sel04 { background-position: -510px 0px;}

.flexdropdownmenu{ /*topmost and sub ULs, respectively*/
	position: absolute;
	visibility: hidden;
	display: none; /*collapse all sub menus to begin with*/
	background-image: url(../images/menuBg.png);
	padding-left: 5px;
	width: 602px;
	height: 310px;
}
.flexdropdownmenu2{ /*topmost and sub ULs, respectively*/
	position: absolute;
	visibility: hidden;
	display: none; /*collapse all sub menus to begin with*/
	background-image: url(../images/menuBg2.png);
	padding-left: 5px;
	width: 397px;
	height: 315px;
}

.sub2Area{
	width: 200px;
	height: 350px;
	float: left;
}
.sub3Area{
	width: 380px;
	height: 310px;
	margin-left: 0px;
	float: left;
	background-repeat: no-repeat;
	background-position: right center;
	overflow: hidden;
}
#menuMain .menu01 a,
#menuMain .menu02 a,
#menuMain .menu03 a,
#menuMain .menu04 a,
#menuMain .menu05 a {
	cursor: default;
}
.subMenuArea01 > a,
.subMenuArea02 > a,
.subMenuArea03 > a,
.subMenuArea04 > a,
.subMenuArea05 > a {
	cursor: default;
}
