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

.shadetabs{}

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

.shadetabs li{
display: inline;
margin: 5px;
}

.shadetabs li a{
color: #FFDE00;  
font-family: arial, helvetica, sans-serif; 
font-size: 13px; 
text-decoration: none;
}

.shadetabs li a:visited{
color: #FFDE00;  
font-family: arial, helvetica, sans-serif; 
font-size: 13px; 
text-decoration: none;
}

.shadetabs li a:hover{
color: #00CCFF;  
font-family: arial, helvetica, sans-serif; 
font-size: 13px; 
text-decoration: none;
}

.shadetabs li.selected{}

.shadetabs li.selected a{ /*selected main tab style */}

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

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

.dropmenudiv{
position:absolute;
/*top: 0;*/
border: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #000066;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
border-top: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0d366a;
}