
/* 
 *  overige oplossingen - (purple)
 */

.menulevel1table
{
    width               : 290px;
    /* background-image    : url(../images/system/boxbottom-grey.gif); */
    background-position : bottom left;
    background-repeat   : no-repeat;
    background-color    : #878787;
}

.menulevel1item
{
    width               : 290px;
    height              : 24px;
    background-image    : url(../images/system/arr-right.png);
    background-repeat   : no-repeat;
    background-position : right;
    border-top          : solid 1px #efefef;
    border-right        : solid 1px #efefef;
    padding-left        : 10px;
    padding-top         : 3px;
    padding-bottom      : 3px;
}    

.menulevel1item a
{
    text-decoration     : none;
    color               : #ffffff;
}

.menulevel1item a:hover
{
    color               : #ffffff;
}

.menulevel1terug
{
    width               : 290px;
    height              : 24px;
    background-image    : url(../images/system/arr-left.png);
    background-repeat   : no-repeat;
    background-position : right;
    background-color    : #cecece;
    border-top          : solid 1px #efefef;
    border-right        : solid 1px #efefef;
    padding-left        : 10px;
    padding-top         : 3px;
    padding-bottom      : 3px;
}    

.menulevel1terug a
{
    text-decoration     : none;
    color               : #787878;
}

.menulevel1terug a:hover
{
    color               : #787878;
}
