.menu {
    font-size: 11px;
}

.menu ul, menu li {
    margin: 0px;
    padding:0px;
}

.menu a:link {
    color: black;
    text-decoration:none;
}

.menu a:visited {
    color: black;
    text-decoration:none;
}

.menu a:hover {
    color:#ABABAB;
    text-decoration:none;
}

.menu a:active {
    color:#ABABAB;
    text-decoration:underline;
}


a.menu-title {
    display: block;
    cursor: pointer;
    margin-bottom: 0px;
    background-image: url(/templates/utente/bg_title_botton.gif);
    background-repeat: repeat-x;
    border-bottom: 1px solid #ffffff;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    text-align: left;
    text-transform:uppercase;
    font-weight: bold;
    color: white;
}

a.menu-title:link, a.menu-title:visited {
    color: white;
}

a.menu-title:hover {
    color:#ABABAB;
    text-decoration:none;
}


.menu-level {
    font-weight: bold;
    /*    padding-top: 3px*/;
}

div.menu-level {
    height: 18px;
    padding-top: 4px;
}


/* Menu level 1 */
li.menu-level1 {
    background-color: #78A7BF;
}

div.menu-level1 {
    border-bottom: 1px solid white;
}

div.menu-level1 a {
    color: white;
}


/* Menu level 2 */
li.menu-level2 {
    background-color: #D1E1E7;
}

div.menu-level2 {
    border-bottom: 1px solid white;

}

.treeview .menu-level2 .hitarea{
        /*background: url(/templates/utente/bullet2.gif) 0px 0px no-repeat;*/
/*    background-color: yellow;*/
    margin-left: 10px;
}


/* Menu level 3 */

li.menu-level3 {
    background-color: #DDDDDD;
}

div.menu-level3 {
    border-bottom: 1px solid white;
}

.treeview .menu-level3 .hitarea{
        /*background: url(/templates/utente/bullet2.gif) 0px 0px no-repeat;*/
    /*background-color: green;*/
    margin-left: 16px;
}


/* Menu level 4 */
li.menu-level4 {
    background-color: #F2F3ED;
}

div.menu-level4 {
    border-bottom: 1px solid #DEDED7;
}

.treeview .menu-level4 .hitarea {
    /*    background: url(/templates/utente/bullet2.gif) 0px 0px no-repeat;*/
/*    background-color: red;*/

    margin-left: 21px;
}








.menu-level a {
    text-decoration: none;
    font-size: 11px;
}



.treeview, .treeview ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.treeview ul {
    background-color: transparent;
    margin-top: 0px;
}

.treeview .hitarea {
    background: url(/templates/utente/bullet2.gif) 0px 0px no-repeat;
    height: 12px;
    width: 14px;
    margin-left: 2px;
    float: left;
    cursor: pointer;
    margin-top: 4px;
}
