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

#shademenu{
/*position:absolute; top:163px;left:25px;*/
padding:5px 0px 0px 5px;
}

.shadetabs{
border-bottom: 0px;
margin-bottom: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-right: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Arial,Verdana;
list-style-type: none;
text-align: left; /*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: 2px 6px;
margin-right: 0px;
border: 2px solid #FFFFFF;
color: #FFFFFF;
/*background: white url(javascripts/shade.gif) top left repeat-x;*/ /*THEME CHANGE HERE*/
}

.shadetabs li a.lst{
border-right: 1px solid #FFFFFF;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
text-decoration: none;
color: #EEEEF1;
background-color: #0A60A0;
border-top-color: #3344EE;
border-right-color: #000033;
border-bottom-color: #0A60A0;
border-left-color: #3344EE;
/* background-image: url(javascripts/shadeactive.gif);*/ /*THEME CHANGE HERE*/
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
/* background-image: url(javascripts/shadeactive.gif);*/ /*THEME CHANGE HERE*/
color: #EEEEF1;
background-color: #0A60A0;
border-top-color: #3344EE;
border-right-color: #000033;
border-bottom-color: #0A60A0;
border-left-color: #3344EE;
}

.shadetabs li a.act{ /*selected main tab style */
/* background-image: url(javascripts/shadeactive2.gif);*/ /*THEME CHANGE HERE*/
color: #EEEEF1;
background-color: #0A60A0;
border-top-color: #3344EE;
border-right-color: #000033;
border-bottom-color: #0A60A0;
border-left-color: #3344EE;
}

.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 #000000; /*THEME CHANGE HERE*/
border-width: 0 1px;
padding: 5px 0px;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: #0B83BF;
width: 150px;
visibility: hidden;
}

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

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

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