.basictab{
color: blue;
padding: 3px 0;
margin-left: 200px;
margin-top: -40px;
font: bold 11px Verdana;
border-bottom: 0px solid white;
list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
color: blue;
}

.basictab li a{
padding: 3px 2px;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
color: blue;
background: transparent url(../graphics/righttabdefault.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid white;
position: relative;
display: block;
float: left;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
}

.basictab li.selected a{ /*selected tab effect*/
z-index: 100; /*higher z-index so selected tab is topmost*/
color: blue;
top: 0px;
padding-top: 4px;
background: transparent url(../graphics/righttabselected.gif) 100% 0 no-repeat;

}
.basictab li a:visited{
color: white;
}

.basictab li a:hover{
text-decoration: none;
color: white;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 0px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(../graphics/righttabselected.gif) 100% 0 no-repeat;
}

.basictab li a:active{
color: blue;
}




.submenustyle{
color: white;
margin-top: 35px;
padding: 3px 10px;
border: 0px solid white;
border-top-width: 0;
font: bold 12px Verdana;
background-color: white;
width: auto;
display: none;
filter:alpha(opacity=0);
moz-opacity:0;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 0px white;
padding: 1px 5px;
text-decoration: none;
color: blue;
}

.submenustyle a:hover{
text-decoration: underline;
}
.submenustyle a:active{
color: blue;
}
input  {
background: transparent;
border: solid 0px #ffffff;
font-size: 84%;
}
input.btn  {
background: #ffffff;
border: solid 1px black;
}
textarea  {
background: transparent;
border: 0;
padding: none;
font-size: 84%;
overflow: scroll;
}