﻿html,body 
{
    width:100%;
    height:100%;
    font-family:Arial;
    font-size:11px;
    margin:0px;
    padding:0px;
}
a
{
    font-family:Verdana;
    color:Black;
    text-decoration: none;    
}

a:hover
{    
    font-family:Verdana;
    text-decoration:underline;
}


.menu-sx-link
{
    background-image: url(../../images/menu_item.gif); /*url(../immagini/menu_item.gif);*/
    background-repeat: no-repeat;
    color: black;
    width: 132px;
    line-height: 28px;
    display: block;
    text-align: center;
    vertical-align: sub;
}
.menu-sx-link:hover
{    
    color: black;
    text-decoration:none;
    background-image: url(../../images/menu_alternating_item.gif);
    background-repeat:no-repeat;  
}
.menu-sx-link-attivo
{      
    background-image: url(../../images/menu_alternating_item.gif);
    background-repeat: no-repeat;
    color: black;
    width: 132px;
    line-height: 28px;
    display: block;
    text-align: center;
    vertical-align: sub;
}
.menu-sx-link-attivo:hover
{      
    background-image: url(../../images/menu_alternating_item.gif);
    background-repeat: no-repeat;
    text-decoration:none;
    color: black;
    width: 132px;
    line-height: 28px;
    display: block;
    text-align: center;
    vertical-align: sub;
}

