.attivamenu{
border-bottom: 1px solid #00008B;

}
.attivamenu ul{
padding: 2px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Arial, Verdana, Sans Serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.attivamenu li{
display: inline;
margin: 0;
}

.attivamenu li a{
text-decoration: none;
padding: 2px 7px;
margin-right: 1px;
border: 1px solid #00008B;
color: #00008B;
background-color: #ffffff;
}

.attivamenu li a:visited{
color: #00008B;
}

.attivamenu li a:hover{
text-decoration: none;
color: #0099CC;
background-color: #E6E6FA;
}

.attivamenu li.selected{
}

.attivamenu li.selected a{ /*selected main tab style */
background-color: #E6E6FA;
border-bottom-color: Cyan; /*black white*/
}

.attivamenu li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.menuEnter{
position:absolute;
top: 0;
border: 1px solid #00008B; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:bold 11px Arial, Verdana, Sans Serif;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.menuEnter a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #00008B; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 1px 0;
text-decoration: none;
color: #3333CC;
}

* html .menuEnter a{ /*IE only hack*/
width: 100%;
}

.menuEnter a:hover{ /*THEME CHANGE HERE*/
background-color: #E6E6FA;
}
