/* 功能選單 */
#left-menu
{
    margin: 0 auto;
    width: 220px;
    position: relative;
}
.menu-select-title
{
    margin: 0 auto;
    padding: 30px 10px 10px 10px;
    background: url(../images/menu-title.jpg) bottom no-repeat;
    position: relative;
}
.menu-select-title th
{
    width: 50px;
}
.menu-select-title span
{
    cursor: pointer;	
    color: #222;	
    display: block;	
    font-size: 18px;
    font-weight: bold;
    font-family: 微軟正黑體;
	letter-spacing:1px;
}
.menu-select-title-no
{
    margin: 0 auto;
    position: relative;
}
.menu-select-title-no th
{
    width: 50px;
}
.menu-select-title-no span
{
    font-size: 18px;
    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: 50px;
    letter-spacing: 1px;
	padding-left:30px;
    background: url(../images/menu-a.png) left 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) left no-repeat;
}

.sub-item
{
    border: 1px solid #2B7EBE;
    border-bottom: 0;
}
.sub-item td
{
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #2B7EBE;
}
.sub-item td:hover
{
    background: #CBE3F2;
}
.sub-item a
{
    font-weight: bold;
    color: #555;
    display: block;
	line-height:28px;
	padding: 5px;
}
.sub-item a:hover
{
	color:#000;
}
