/* ######### Style for Tab Interface itself ######### */

.shadetabs{
margin-bottom: 1em;
background-color:#E3F4FD;
height: 120px;
}

.shadetabs ul{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
font-family: verdana;
font-size: 10px;
font-weight: none;
color: #330099;
border-top: 0.5pt solid #7BCFFA;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background-color:#E3F4FD;
height:15px;
width: 130px;
}

.shadetabs li{
display: block;
border-left: 0.5pt solid #7BCFFA;
border-right: 0.5pt solid #7BCFFA;
border-bottom: 0.5pt solid #7BCFFA;
margin: 0;
background-color:#E3F4FD;
height:15px;
width: 130px;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 0px;
font-family: verdana;
font-size: 10px;
font-weight: none;
color: #330099;
background: #E3F4FD; /*THEME CHANGE HERE*/
height: 15px;
width: 130px;
}

.shadetabs li a:visited{
color: #330099;
}

.shadetabs li a:hover{
background-color: #2bbaff;
text-decoration: none;
color: #ffffff;
width: 130px;
}

.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-top: 0.5pt solid #7BCFFA;
border-left: 0.5pt solid #7BCFFA;
border-right: 0.5pt solid #7BCFFA;
border-bottom: 0.5pt solid #7BCFFA;
 /*THEME CHANGE HERE*/
font-family: verdana;
font-size: 9px;
font-weight: none;
color: #330099;
line-height: 8px;
z-index:100;
background-color: #E3F4FD;
filter:alpha(opacity=100);
width: 150px;
visibility: hidden;
text-align: left;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
margin: 4px;
border-bottom: 0.5pt solid #7BCFFA;
font-family: verdana;
font-size: 9px;
font-weight: none;
text-decoration: none;
color: #330099;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
font-family: verdana;
font-size: 9px;
font-weight: none;
color: #330099;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #2bbaff;
font-family: verdana;
font-size: 9px;
font-weight: none;
color: #ffffff;
}