﻿@charset "UTF-8";
/* 右方浮動選單 */

.RightMenuTop {
    background:url("../images/RightMenu_Top.png") no-repeat scroll 0 0 transparent;
    width:48px;
    height:18px;
    margin-top:30px;
}
.RightMenuBG {
    background:url("../images/RightMenu_BG.png") repeat-y scroll 0 0 transparent;
}
.MenuItem {
    width:44px;
    font:0% Verdana, Arial, Helvetica, sans-serif;
}

.RightMenuBottom {
    background:url("../images/RightMenu_Bottom.jpg") no-repeat scroll 0 0 transparent;
    width:48px;
    height:31px;
}

.RightMenuBG .TextMenuItem{
    background:url("../images/RightMenuBG.jpg") no-repeat;
    width:44px;
    height:33px;
    font-size:90%;
    }

.RightMenuBG .TextMenuItem p{
    padding-top:10px;
    padding-left:2px;
    margin:0;
    }
        
.RightMenuBG .TextMenuItem a{
    color:#fff;
    text-decoration:none;
    }    
 
 .RightMenuBG .TextMenuItem a:hover{
    color:#ddd;
    }    