#cfnavbar{
padding: 0;
margin: 51px 45px 10px 21px;
/*padding-right: 75px;*/
float: right;
}

#cfnavbar ul{
padding: 0;
margin: 0;
font: bold;
font-family: Tahoma, Geneva, sans-serif;
}

#cfnavbar ul li{
display: inline;
background: url(divider.gif) left no-repeat;
padding-left: 7px;
}


#cfnavbar ul li a{
/*float: none;*/
color: #1661AB;
font-weight: bold;
padding: 9px;
text-decoration: none;
/*background: url(../img/divider.gif) right no-repeat;*/
font-family: Tahoma, Geneva, sans-serif;
text-transform: uppercase;
font-size: 16px;
height: 20px;
}
#cfnavbar ul li a:hover{

text-decoration: none;
background: #EEECCC;
-webkit-border-radius: 2px;  
-moz-border-radius: 2px; 
-khtml-border-radius: 2px;  
border-radius: 3px;
}

#cfnavbar ul li span{ /*Targets span tag to the right of #leftcorner below*/
padding-left: 0px;
}
/*
#cfnavbar ul li a:hover#leftcorner{
float: none;
padding-left: 10px;
padding-right: 0px;
background: url(../img/leftcorner.gif) top left no-repeat;
}

#cfnavbar ul li a:hover#rightcorner{
padding-right: 10px;
background: url(../img/rightcorner.gif) top right no-repeat;
}*/


#cfnavbar:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/*Menu di navigazione Finale*/

#menuBottom{
margin: 10px 0 10px 18px;
padding: 0;
/*padding-right: 75px;*/
float: left;
width: 100%;
}
#menuBottom p{
font-size: 11px;
color: #666;
text-align: left;
}

#menuBottom ul{
padding: 0;
margin: 0;
font: bold;
font-family: Tahoma, Geneva, sans-serif;
}

#menuBottom ul li{
display: inline;
background: url(divider.gif) left no-repeat;
padding-left: 9px;

}


#menuBottom ul li a{
/*float: none;*/
color: #1661AB;
font-weight: bold;
padding: 9px;
text-decoration: none;
/*background: url(../img/divider.gif) right no-repeat;*/
font-family: Tahoma, Geneva, sans-serif;
font-size: 11px;
height: 20px;
margin: 0;
}
#menuBottom ul li a:hover{

text-decoration: none;
background: #EEECCC;
-webkit-border-radius: 2px;  
-moz-border-radius: 2px; 
-khtml-border-radius: 2px;  
border-radius: 3px;
}

#menuBottom ul li span{ /*Targets span tag to the right of #leftcorner below*/
padding-left: 0px;
}
/*
#cfnavbar ul li a:hover#leftcorner{
float: none;
padding-left: 10px;
padding-right: 0px;
background: url(../img/leftcorner.gif) top left no-repeat;
}

#cfnavbar ul li a:hover#rightcorner{
padding-right: 10px;
background: url(../img/rightcorner.gif) top right no-repeat;
}*/


#menuBottom:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

