/*.basictab{
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
/*}*/



.basictab li
{
display: inline;
margin: 0;
}

/*.basictab li a{
text-decoration: none;
padding: 30px 7px;
margin-right: 2px;
border: 1px solid gray;
border-bottom: none;
background-color: white;
color: black;
}


.basictab li a:visited{
color: black;
}*/

.basictab li a:hover{
/*background-color: #dbffff;*/
color: black;
}

.basictab li a:active{
color: black;
}

/*.basictab li.selected a{ selected tab effect
position: relative;
top: 1px;
padding-top: 4px;
background-color: #dbffff;
color: black;
}*/


    
    
.submenustyle{
padding:5px 0px 5px 25px;

  font-weight: bold;
  font-size: 1.1em;
 
  /*
filter:alpha(opacity=0);
-moz-opacity:0;*/
border-top-width: 0;
width: auto;
display: none;

}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
/*border-right: 1px dashed black;*/
padding: 1px 5px;
text-decoration: none;

/*color: #868686;Grigio*/
color: #3f77b2;/*Azzurro*/
}

.submenustyle a:hover{
/*background-color: #ebffff;*/
color: #ff0000;
}
