.TestaOcra       { font-size: 24pt; font-family: Times New Roman; color: #FFCC00; 
               text-align: center }
.TestaBlu    { font-size: 24pt; font-family: Times New Roman; color: #000080 }

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
border-left:1px solid #FFCC00; border-right:1px solid #FFCC00; border-top:0 solid #918D8D; border-bottom:0 solid #918D8D; position:absolute;
top: 0;
/*THEME CHANGE HERE*/
line-height:18px;
z-index:100;
background-color: #FFFFCC;
width: 150px;
visibility: hidden; font-style:normal; font-variant:normal; font-weight:normal; font-size:10px; font-family:Verdana
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
background-color: #FFFFCC;
border-bottom: 1px solid #FFCC00; /*THEME CHANGE HERE*/
text-decoration: none;
color: #000000;border-left-width:1px; border-right-width:1px; border-top-width:1px; padding-left:0; padding-right:0; padding-top:2px; padding-bottom:2px
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFF66;
}

.shadetabs{
margin-bottom: 0em; 
}

.shadetabs ul{
margin-left: 5px;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
}

.shadetabs li{
height: 25px;
margin-left: 5px;
font-family:Verdana; font-size:9pt; padding-left:7px; padding-right:7px; padding-top:3px; padding-bottom:3px;  color:#000080 ;
border:1px solid #FFCC00;
display: inline;
}

.shadetabs li a{
color:#000080;
text-decoration: none;
}

.shadetabs li a:visited{
color:#000080;
}

.shadetabs li a:hover{
text-decoration: underline; color:#0000FF
}

.shadetabs li.selected{
text-decoration: underline; color:#0000FF
}

.shadetabs li.selected a{ /*selected main tab style */
text-decoration: underline;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: underline;
}