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

.shadetabs{
border-bottom: 1px solid #000000;
margin-bottom: 1em;
margin-left:15px;
width: 745px;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family: "Verdana, Arial, Sans";
font-size: 1em;
font-weight: bold;
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: 4px 5px; /*CHANGED THIS FOR THE MENU TO GO ON ONE LINE...*/
margin-right: 14px;
border: 0px solid #000000;
color: #4C4C4C;;
}

.shadetabs li a:visited{
color: #4C4C4C;
}

.shadetabs li a:hover{
text-decoration: none;
color: #946132;
}

.shadetabs li.selected{
color: #19334c;
text-decoration: none;
}

.shadetabs li.selected a{ /*selected main tab style */
color: #19334c; /*THEME CHANGE HERE*/
text-decoration: none;
}

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

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

.dropmenudiv{
position:absolute;
top: 0px;
border: 1px solid #000000; /*THEME CHANGE HERE*/
border-width: 0 1px;

font-family: "Verdana, Arial, Sans";
font-size: 100%;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
display: none;
}

* html .dropmenudiv{ /*IE only hack*/
margin-top: 145px;
margin-left: 155px;
}

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

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

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

.languagecontainer {
position: absolute;
right: 0px;
width: auto;
height: 40px;
border: 0px;
}

 .language { 
 position: absolute;
 right:0px;
 top:2px;
 color: #263d83;
 border: 0px solid black;
 height:auto;
 vertical-align: bottom;
 }
* html .language{ /*IE only hack*/
top: 21px;
}