/* 功能選單 */
#left-menu
{
    margin: 0 auto;
    width: 200px;
    position: relative;
}
.menu-select-title
{
    margin: 0 auto;
    padding: 10px 10px 10px 0;
    background: url(../images/menu-title.jpg) bottom no-repeat;
    position: relative;
}
.menu-select-title th
{
    width: 50px;
}
.menu-select-title span
{
    font-size: 18px;
    font-weight: bold;
    font-family: 微軟正黑體;
    color: #222;
    display: block;
    cursor: pointer;
}
.menu-select-title-no
{
    margin: 0 auto;
    padding: 10px 10px 10px 0;
    background: url(../images/menu-title-no.jpg) bottom no-repeat;
    position: relative;
}
.menu-select-title-no th
{
    width: 50px;
}
.menu-select-title-no span
{
    font-size: 18px;
    font-weight: bold;
    font-family: 微軟正黑體;
    color: #222;
    display: block;
    cursor: pointer;
}
.menu-item
{
    margin: 0 auto 10px;
    width: 180px;
    position: relative;
}
.menu-nav
{
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 1px;
    padding: 5px 30px 5px 10px;
    background: url(../images/menu-a.png) right no-repeat;
    cursor: pointer;
    position: relative;
}
.menu-nav a
{
    display: block;
}
.menu-nav a:hover
{
    color: #f30;
}
.menu-nav:hover
{
    background: url(../images/menu-hover.png) right no-repeat #f1f1f1;
}

.sub-item
{
    border: 1px solid #05a;
    border-bottom: 0;
}
.sub-item td
{
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #05a;
}
.sub-item td:hover
{
    background: #f1f1f1;
}
.sub-item a
{
    padding: 5px;
    font-weight: bold;
    color: #555;
    display: block;
}
