/* ######### Style for Tab Interface itself ######### */

.shadetabs{
border-bottom: 1px solid white; 
}

.shadetabs ul{
padding: 5px 0;
margin-left: 1px;
margin-top: 1px;
margin-bottom: 0;
font: 9px Tahoma;
text-transform: uppercase;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
/* border: 1px solid white;  */
color: #2d2b2b;
 
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
text-decoration: underline;
text-decoration: none;
 background-color: #00467F;
 color: white;

}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
 background-color: #00467F;
 color: white;
 border-bottom-color:  white;  
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: white;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position:absolute;
top: 0;
border: 1px solid #00467F;  
border-width: 0 1px;
font:normal 9px Verdana;
line-height:12px;
z-index:99;
background-color: white;
width: 120px;

visibility: hidden;
border-top: 1px solid #00467F;  
border-bottom: 1px solid #00467F;
}


.dropmenudiv a{
width: auto;
display: block;
/* text-indent: 3px; */
padding-left: 5px;
padding-right: 5px;
padding-top: 3px;
padding-bottom: 5px;
text-decoration: none;
font-weight: normal;
color: black;
z-index:99;
}

.ddtop {
 border-top: 1px solid #00467F; 
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #00467F;
color: white;
z-index:99;
}