/* HTML elements  */
/*Specific LEFT MENU css */

body {
    background: none;
}

/* MENU */

/*menu groups*/
.menugroup{
    background: #f6f6f6;
    border-radius: 1.2em;
    border: 1px solid #950505;
    box-shadow: inset 0 0 10px #000000;
    margin-bottom: 5px;
}

/*all menu cells*/
.menugroup div{
    text-align: left;
}

/*header cell*/
.mh{
    /*border-bottom: #666666 2px solid;*/
    background: #950505 !important;
    border-radius: 15px 15px 0 0;
    box-shadow: inset 0 0 10px #000000 !important;

    color: #ffffff;
    text-decoration: none !important;
    text-align: center !important;
    font-weight: bold;
}

/*bottom cell*/
.mb {
    border-radius: 0 0 15px 15px;
    margin-bottom: 10px;
}

/*all link cells*/
.menugroup div a{
    color: #787878;
    text-decoration: none;
    font-family: "Helvetica Neue",Arial,Verdana,sans-serif;
    font-weight: bold;
    text-shadow: 0 1px 0 white;

    line-height: 1.7em;
    margin-left: 15px;
}

/*all link cells with active link*/
.menugroup div a[href]:hover{
    text-decoration: underline;
}

.menugroup div a[href] {
    color: #780000;
}