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

.shadetabs{
margin-bottom: 1em;
background-color:#333399;
height:10px;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font-family: verdana;
font-size: 10pt;
color: #FFFFFF;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background-color:#333399;
height:17px;
}

.shadetabs li{
display: inline;
margin: 0;
background-color:#333399;
height:10px;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 10px;
font-family: verdana;
font-size: 10pt;
color: #FFFFFF;
background: #333399; /*THEME CHANGE HERE*/
height:10px;
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
background-color: #FFFF99;
color: #003366;
text-decoration: none;
}

.shadetabs li.selected{
}

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

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

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

.dropmenudiv{
position:absolute;
top: 0;
border: none; /*THEME CHANGE HERE*/
font-family: verdana;
font-size: 9pt;
line-height: 10px;
z-index:100;
background-color: #333399;
width: 100px;
visibility: hidden;
color: #FFFFFF;
text-align: left;
text-decoration: none;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 4px;
padding: 2px 0;
margin: 6px;
text-decoration: none;
color: #FFFFFF;
}

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

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
color: #FFFFFF;
text-decoration: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFF99;
color: #003366;
text-decoration: none;
}
