@charset "utf-8";
/* CSS Document */

#bgTable{
  width:100%;
  height:720px;
}

#bgImage{
  background:url(../images/bg.png) no-repeat #FFF;
  width:718px;
  height:465px;
  overflow:hidden;
  display:none;
}

#logoPage{
  padding:22px 0px 0px 28px;
  width:690px;
  height:443px;
}
#hkPage{
  position:absolute;
  z-index:110;
  margin-top:-465px;
  display:none;
}
#twPage{
  position:absolute;
  z-index:110;
  margin-top:-465px;
  display:none;
}
#amcPage{
    position:absolute;
    z-index:110;
    margin-top:-465px;
    display:none;
}
#menuBar{
  background:url(../images/select_bg.png) no-repeat;
  position:relative;
  z-index:120;
  top:-365px;
  left:720px;
  width:212px;
  height:246px;
}
#hk_menu_bg{
  position:relative;
  z-index:116;
  top:-80px;
  left:3px;
  width:199px;
  height:80px;
  overflow:hidden;
}
#hk_menu_bg div{
  background:url(../images/bg_mask.png) no-repeat;
  position:relative;
  z-index:116;
  top:80px;
  width:199px;
  height:80px;
}
#tw_menu_bg{
  position:relative;
  z-index:116;
  top:-79px;
  left:3px;
  width:199px;
  height:80px;
  overflow:hidden;
}
#tw_menu_bg div{
  background:url(../images/bg_mask_btm.png) no-repeat;
  position:relative;
  z-index:116;
  top:-80px;
  left:-1px;
  width:200px;
  height:80px;
}
#amc_menu_bg{
    position:relative;
    z-index:116;
    top:-79px;
    left:3px;
    width:199px;
    height:80px;
    overflow:hidden;
}
#amc_menu_bg div{
    background:url(../images/bg_mask_btm.png) no-repeat;
    position:relative;
    z-index:116;
    top:-80px;
    left:-1px;
    width:200px;
    height:80px;
}

.menuLink a{
  position:relative;
  z-index:130;
  padding:1px 2px;
  width:202px;
  height:80px;
  overflow:hidden;
  display:block;
}
#hk_menu a{background:url(../images/hk_hospital.png) no-repeat 0px -80px;}
#hk_menu a:hover{background-position:0px 0px;}
#tw_menu a{top:-78px; background:url(../images/tw_hospital.png) no-repeat 0px -80px;}
#tw_menu a:hover{background-position:0px 0px;}
#amc_menu a{top:-160px; background:url(../images/amc_hospital.png) no-repeat 0px -80px;}
#amc_menu a:hover{background-position:0px 0px;}