﻿/* menu */
    div#left_container div#menu
    {
        float: left;
        margin-left: 6px;
        padding-top: 6px;
    }
    div#left_container div#menu table.menu_table td.separator
    {
        height: 2px;
    }
    /* category */
    div#left_container div#menu table.menu_table tr.category td.bull
    {
        color: #ffffff;
        background-image: url(/Images/menu/category_bull.gif);
        background-repeat: no-repeat;
        text-align: center;
        width: 18px;
        height: 29px;
    }
    div#left_container div#menu table.menu_table tr.category td.text
    {
        background-color: #ff532b;        
        width: 150px;        
    }
    div#left_container div#menu table.menu_table tr.category td.text a
    {
        font-size: 12px;
        color: #ffffff;
        font-weight: bold;
    }
    /* item */
    div#left_container div#menu table.menu_table tr.item td.bull
    {
        color: #a72400;
        background-image: url(/Images/menu/item_bull.gif);
        background-repeat: no-repeat;
        text-align: center;
        width: 18px;
        height: 29px;
    }
    div#left_container div#menu table.menu_table tr.item td.text
    {
        background-color: #ffdbb1;
        width: 150px;        
    }
    div#left_container div#menu table.menu_table tr.item td.text a
    {
        font-size: 12px;
        color: #a72400;
        font-weight: bold;
    }
    /* item open */
    div#left_container div#menu table.menu_table tr.item_open td.bull
    {
        color: #e82c02;
        background-image: url(/Images/menu/item_bull.gif);
        background-repeat: no-repeat;
        text-align: center;
        width: 18px;
        height: 29px;
    }
    div#left_container div#menu table.menu_table tr.item_open td.text
    {
        background-color: #ffdbb1;
        width: 150px;        
    }
    div#left_container div#menu table.menu_table tr.item_open td.text a
    {
        font-size: 12px;
        color: #e82c02;
        font-weight: bold;
    }
    /* sub item */
    div#left_container div#menu table.menu_table tr.sub_item td.bull
    {
        color: #a72400;
        background-image: url(/Images/menu/sub_item_bg.gif);
        background-repeat: repeat-x;
        text-align: center;
        width: 20px;
        height: 23px;
    }
    div#left_container div#menu table.menu_table tr.sub_item td.text
    {
        background-image: url(/Images/menu/sub_item_bg.gif);
        background-repeat: repeat-x;
        width: 154px;
    }
    div#left_container div#menu table.menu_table tr.sub_item td.text a
    {
        font-size: 12px;
        color: #a72400;
    }
    /* sub item active */
    div#left_container div#menu table.menu_table tr.sub_item_active td.bull
    {
        color: #f0421d;
        background-color: #ffeace;
        text-align: center;
        width: 20px;
        height: 23px;
    }
    div#left_container div#menu table.menu_table tr.sub_item_active td.text
    {
        background-color: #ffeace;
        width: 154px;
    }
    div#left_container div#menu table.menu_table tr.sub_item_active td.text a
    {
        font-size: 12px;
        color: #f0421d;
    }
    
    .sub_item
    {
       background-color: #FFC287;
    }
