body
{
	background: none;
}


/*menu_candidati*/

#menu_candidati {
        position:relative;
        float:left;
        width:100%;
        padding:0 0 0 0;
        margin:0px;
        list-style:none;
        line-height:1em;
        background:#fff;
        background-image:url(../../images/linguette_prodotti_16.jpg);
        background-repeat: repeat-x;
}

#menu_candidati LI {
        float:left;
        margin:0;
        padding:0;
}

#menu_candidati A {
        display:block;
        color:#444;
        text-decoration:none;
        font-weight:bold;
        background:#fff;
        background-image:url(../../images/linguette_prodotti_16.jpg);
        background-repeat: repeat-x;
        margin:0;
        padding:0.3em 0.5em;
        border-left:1px solid #fff;
        border-right:1px solid #aaa;
}

#menu_candidati A:hover,
#menu_candidati A:active
{
        background:#bbb;
        background-image:url(../../images/linguette_prodotti_hover.jpg);
        background-repeat: repeat-x;
}

#menu_candidati A.here:link,
#menu_candidati A.here:visited,
#menu_candidati A.here:link,
#menu_candidati A.here:visited {
        position:relative;
        z-index:102;
        background-image:url(../../images/linguette_menu_corrente_16.jpg);
        background-repeat: repeat-x;
}

/*subnav*/

#menu_candidati UL {
        position:absolute;
        left:0;
        top:1.6em;
        float:left;
        width:100%;
        margin:0;
        padding:0em 0em 0em 0em;
        list-style:none;
        background:#fff;
        background-image:url(../../images/linguette_menu_corrente_16.jpg);
        background-repeat: repeat-x;
        border-bottom: 1px solid #9adfee;
}

#menu_candidati UL LI {
        float:left;
}

#menu_candidati UL A {
        display:block;
        color:#444;
        text-decoration:none;
        font-weight:normal;
        background:#fff;
        background-image:url(../../images/linguette_menu_corrente_16.jpg);
        background-repeat: repeat-x;
        margin:0;
        padding:0.3em 0.5em;
        border-left:1px solid #fff;
        border-right:1px solid #729FB6;
        border-top:1px solid #bbb;
}

#menu_candidati UL A:hover,
#menu_candidati UL A:active,
#menu_candidati UL A.here:link,
#menu_candidati UL A.here:visited {
        background-image:url(../../images/linguette_menu_corrente_sub_16.jpg);
        background-repeat: repeat-x;
}