/*
 ====================================================

	VOCI MENU

 ====================================================
*/

/*Gruppo top contenitore del Menu Principale */
.TopGroup
{

    font-family: Arial, Calibri, Cambria, Tahoma, Verdana;
    font-size:15px;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;


}

/* Gruppo sottoMenu */
.MenuGroup
{
    font-family: Arial, Calibri, Cambria, Tahoma, Verdana;
    font-size:17px;
    cursor: default;
    color:#fff;
    text-align:center;
    background-color:#000;
    width:250px;
}

/* voce menu pricipale */
.TopMenuItem
{
    cursor: pointer;
    color:#fff; 
    height:55px;
}

/* voce menu pricipale Hover */
.TopMenuItemHover
{
    cursor: pointer;
    color:#fff;
    background-color:#8a655d;
    height:55px;
    background-image:url(images/_menuOver.jpg);
    background-repeat:repeat-x;    

    
}

/* voce sottomenu */
.MenuItem
{


    color:#e9eee1;
    height:30px;
    cursor: pointer;
    text-align:left;
    border-bottom:1px solid #1e1e1e;
background-image:url(images/_menuOver.jpg);
}

/* voce sottomenu Hover */
.MenuItemHover
{
    height:30px;
    cursor: default;
    color:#fff;
    background-color:#0686b4;
    text-align:left;
    border-bottom:1px solid #1e1e1e;
}




.SubMenuItem 
{
    color: #bebebe;
    height:55px;
    cursor: pointer;
    text-align:left;
    font-size: 18px;
    font-weight: bold;  
    background-color: #1e1e1e;  
    }


.SubMenuItem td 
{
    border-bottom:1px solid #000;
    
    }

.SubMenuItemHover
{
    height:55px;
    cursor: default;
    color: #bebebe;
    background-color:#000;
    font-size: 18px;
    font-weight: bold;     

}

.SubMenuItemSelected 
{
        height:55px;
    cursor: default;
    color: #fff;
    background-color:#000;
    font-size: 18px;
    font-weight: bold;     
    
    
    }
.SubMenuItemSelectedItemHover 
{
    height:55px;
    cursor: default;
    color: #fff;
    background-color:#000;  
    font-size: 18px;
    font-weight: bold;       
    
    }

.SubMenuItemSelectedItemExpanded    
{
    height:55px;
    cursor: default;
    color: #bebebe;
    background-color:#000;  
    font-size: 18px;
    font-weight: bold;       
}



.MenuBreak
{
}

/* Selected item styles ------------------------------------ */
.SelectedItem
{
    color:#fff;
    background-color:#0686b4;
    height:55px;
    cursor: default;

    text-align:left;
background-image:url(images/_menuOver.jpg);
}

.SelectedItemHover
{
    height:55px;
    cursor: default;
    color:#fff;
    background-color:#0686b4;
    text-align:left;
background-image:url(images/_menuOver.jpg);
}

.SelectedItemExpanded
{
    height:55px;
    cursor: default;
    color:#fff;
    background-color:#0686b4;
    text-align:left;

background-image:url(images/_menuOver.jpg);
}


.TopSelectedItem
{


    color:#fff;
    background-image:url(images/_menuOver.jpg);
    background-repeat:repeat-x;    
    height:55px;
}

.TopSelectedItemHover
{
    color:#fff;
    background-image:url(images/_menuOver.jpg);
    background-repeat:repeat-x;    
    height:55px;


}

.TopSelectedItemExpanded
{
    color:#fff;
    background-image:url(images/_menuOver.jpg);
    background-repeat:repeat-x;    
    height:55px;


}


/* Child selected item styles ------------------------------------ */
.ChildSelectedItem
{
    cursor: default;
}

.ChildSelectedItemHover
{
    cursor: default;
}

.ChildSelectedItemExpanded
{
    cursor: default;
}


/*
 ====================================================

	FINE VOCI MENU

 ====================================================
*/