@charset "utf-8";

.menuBGLT{background:url(../img/common/menu/bg_lt.png) no-repeat;}
.menuBGMT{background:url(../img/common/menu/bg_mt.png) repeat-x;}
.menuBGRT{background:url(../img/common/menu/bg_rt.png) no-repeat;}
.menuBGLM{background:url(../img/common/menu/bg_lm.png) repeat-y;}
.menuBGMM{background:url(../img/common/menu/bg_mm.png) repeat;}
.menuBGRM{background:url(../img/common/menu/bg_rm.png) repeat-y;}
.menuBGLB{background:url(../img/common/menu/bg_lb.png) no-repeat;}
.menuBGMB{background:url(../img/common/menu/bg_mb.png) repeat-x;}
.menuBGRB{background:url(../img/common/menu/bg_rb.png) no-repeat;}
.menuOuter{
    background-color:rgba(255,255,255,0);
    color:rgb(137,137,137);
}
.menuInner{
    padding:4px;
}
.menuItem{
    padding-top:5px;
    padding-bottom:5px;
    font-family: "微軟正黑體";
    font-size: 12px;
}
.menuItemSelected{
    color:rgb(151,128,108);
}