div #menu
{
    height: 50px;
    background: url('../images/top.gif') repeat-x bottom;
}

div #menu div
{
    margin-top: 11px;
}


        div.on
        {
            height: 18px;
            background: url('../images/top.gif');
            float: left;
            padding: 2px 0px 0px 0px;
            text-align: center;
        }

        div.onL
        {
            width: 10px;
            height: 20px;
            background: url('../images/tab_left.gif') no-repeat right;
            float: left;
        }

        div.onR
        {
            width: 12px;
            height: 20px;
            background: url('../images/tab_right.gif') no-repeat left;
            float: left;
        }

        div.on a
        {
            color: #BF3030;
        }

        div.on a:visited
        {
            color: #BF3030;
        }

        div.on a:hover
        {
            color: #E00;
        }

        div.off
        {
            height: 18px;
            background: url('../images/tab_off.gif');
            float: left;
            padding: 2px 0px 0px 0px;
            text-align: center;
            color: #fff;
        }

        div.offL
        {
            width: 10px; height:
            20px; background: url('../images/tab_off_left.gif') no-repeat right;
            float: left;
        }

        div.offR
        {
            width: 12px;
            height: 20px;
            background: url('../images/tab_off_right.gif') no-repeat left;
            float: left;
        }

        div.off a
        {
            color: #fff;
        }

        div.off a:visited
        {
            color: #fff;
        }
        
        div.off a:hover
        {
            color: #ee0;
        }
