﻿.menu_livello_1,.menu_selected_1
{
    position:relative; display:block;
    width:230px;
    background-image:url('../images/folder_yellow.jpg');
    background-repeat:no-repeat;
    background-position:5px;
    margin-top:5px;
}
.menu_livello_1:hover
{
    cursor:hand;
}
.menu_livello_1 a
{
    top:-1px;
    position:relative; 
    left:30px;
    padding-bottom:10px;
    text-decoration:none;
    height:20px;
    /*color:#4444ff;*/
    color:#292929;
    
}
.menu_livello_1 a:hover,.menu_selected_1 a:hover
{
    text-decoration:underline;  
    color:#edb200;  
}

.menu_selected_1 a
{
    top:-1px;
    position:relative; 
    left:30px;
    padding-bottom:10px;
    text-decoration:none;
    height:20px;
    color:#edb200;
    font-weight:bold;
    
}

.menu_livello_2,.menu_selected_2
{
    position:relative; display:block;
    width:200px;
    background-image:url('../images/blue_arrow.gif');
    background-repeat:no-repeat;
    background-position:0px;
    margin-top:5px;
    left:30px;
    font-size:11px;
}

.menu_livello_2 a
{
    position:relative; 
    left:15px;
    top:-1px;
    padding-bottom:10px;
    text-decoration:none;
    height:20px;
    /*color:#4444ff;*/
    color:#292929;
    
}
.menu_livello_2 a:hover, .menu_selected_2 a:hover
{
    text-decoration:underline; 
    color:#edb200;   
}


.menu_selected_2 a
{
    position:relative; 
    left:15px;
    top:-1px;
    padding-bottom:10px;
    text-decoration:none;
    height:20px;
     color:#edb200;
    font-weight:bold;
}


