.basictab{
margin-top:260px;
* margin-top:260px;
_margin-top:260px;
margin-left:0px;
* margin-left:15px;
height:20px;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
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;
}

.basictab li a{
text-decoration: none;
padding: 0 0;
margin-right: 0px;
border: 0px solid gray;
border-bottom: none;
background-color: white;
color: black;
}


.basictab li a:visited{
color: black;
}

.basictab li a:hover{
background-color: #dbffff;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #dbffff;
color: black;
}


.submenustyle{
margin-top:20px;
list-style-type: none;
/*margin-top:10px;*/
margin-top: 30px;
* margin-top:40px;
_margin-top: 0px;
margin-left:15px;
height:24px;
padding: 2px 1px;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
padding: 1px 5px;
text-decoration: none;
color: white;
}

.submenustyle a:hover
{
    color: #CCFF33;
}