.menu_item_act
    {
    height:30px;
    background:url(/images/menu/menu_act_green.gif) repeat-x bottom;
    font:bold 12px tahoma;
    color:#fff;
    padding-left:15px;
    padding-right:15px;
    border-right:1px solid #CDCDCD;
    }
.menu_item_left
    {
    height:30px;
    width:8px;
    background:url(/images/menu/menu_left.gif) no-repeat;
    }
.menu_item_left_act
    {
    height:30px;
    width:8px;
    background:url(/images/menu/menu_act_green.gif) no-repeat top left;
    }
.menu_item_right
    {
    height:30px;
    width:8px;
    background:url(/images/menu/menu_right.gif) no-repeat;
    }
.menu_item_right_act
    {
    height:30px;
    width:8px;
    background:url(/images/menu/menu_act_green.gif) no-repeat top right;
    }