/*------------------------------------------------------------------------------
此文件定义菜单图标通用样式。
--------------------------------------------------------------------------------*/
.icon-menu-pda
{
    background: url('icons-menu/pda.png') no-repeat center center;
}
.icon-menu-pda-small
{
    background: url('icons-menu/small/pda.png') no-repeat center center;
}

.icon-menu-tablet
{
    background: url('icons-menu/tablet.png') no-repeat center center;
}
.icon-menu-tablet-small
{
    background: url('icons-menu/small/tablet.png') no-repeat center center;
}


.icon-menu-system-small
{
    background: url('icons-menu/controlpanel_gray.png') no-repeat center center;
}

.icon-menu-system-small:hover, .icon-menu-system-small-selected
{
    background: url('icons-menu/controlpanel_white.png') no-repeat center center;
}

.icon-menu-program-small
{
    background: url('icons-menu/demo_gray.png') no-repeat center center;
}

.icon-menu-program-small:hover, .icon-menu-program-small-selected
{
    background: url('icons-menu/demo_white.png') no-repeat center center;
}
.icon-menu-computer-small
{
    background: url('icons-menu/desktop_gray.png') no-repeat center center;
}

.icon-menu-computer-small:hover, .icon-menu-computer-small-selected
{
    background: url('icons-menu/desktop_white.png') no-repeat center center;
}

.icon-menu-info-small
{
    background: url('icons-menu/info_gray.png') no-repeat center center;
}

.icon-menu-info-small:hover, .icon-menu-info-small-selected
{
    background: url('icons-menu/info_white.png') no-repeat center center;
}

.icon-menu-pda-small
{
    background: url('icons-menu/info_gray.png') no-repeat center center;
}

.icon-menu-pda-small:hover, .icon-menu-pda-small-selected
{
    background: url('icons-menu/info_white.png') no-repeat center center;
}

.icon-menu-tablet-small
{
    background: url('icons-menu/info_gray.png') no-repeat center center;
}

.icon-menu-tablet-small:hover, .icon-menu-tablet-small-selected
{
    background: url('icons-menu/info_white.png') no-repeat center center;
}


.icon-menu-controlpanel-small
{
    background: url('icons-menu/controlpanel_gray.png') no-repeat center center;
}

.icon-menu-controlpanel-small:hover, .icon-menu-controlpanel-small-selected
{
    background: url('icons-menu/controlpanel_white.png') no-repeat center center;
}

.icon-menu-person-small
{
    background: url('icons-menu/personalcenter_gray.png') no-repeat center center;
}

.icon-menu-person-small:hover, .icon-menu-person-small-selected
{
    background: url('icons-menu/personalcenter_white.png') no-repeat center center;
}

.icon-menu-customer-small
{
    background: url('icons-menu/platform_gray.png') no-repeat center center;
}

.icon-menu-customer-small:hover, .icon-menu-customer-small-selected
{
    background: url('icons-menu/platform_white.png') no-repeat center center;
}

.icon-item-arrow-right
{
    background: url('icons-menu/arrow_right_gray.png') no-repeat center center;
}

.icon-item-arrow-right:hover, .icon-item-arrow-right-selected
{
    background: url('icons-menu/arrow_right_white.png') no-repeat center center;
}

