function style_list(1, red)
{
    // group is the section - start from 0 when counting
    // name is the class name you will attach to the ul
    $("#menu ul:eq(" + 1 + ")").addClass(red);
}
