.basictab
{
padding: 6px 0 6px 0;
margin-left: 0;
font: bold 12px Arial;
border-top: 2px solid #505050;
border-bottom: 1px solid #505050;
list-style-type: none;
margin-bottom: 0;
margin-top: 0;
/*margin-bottom: 5px;
margin-top: 5px;
height: 25px;
width: 985px;*/
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li
{
display: inline;
margin:0;

}

.basictab li a
{
margin-bottom:0px;
text-decoration: none;
margin-right: 50px;
border-bottom: none;
background-color: Transparent;
color: #505050;
vertical-align:middle;
}


.basictab li a:hover{
background-color: Transparent;
color: #29a3f0;
}

.basictab li a:active{
color: #29a3f0;
}

.basictab li.selected a{ /*selected tab effect*/
/*position: relative;
top: 1px;
padding-top: 4px;*/
}


.submenustyle
{
padding: 6px 0 6px 0;
/*padding: 3px 0;*/
margin-left: 0;
font: bold 12px Arial;
border-bottom: 1px solid #505050;
/*height: 25px;
width: 98px;*/
text-align: left;
display: none;
filter:alpha(opacity=0);	/*setting transperancy for IE*/
/*-moz-opacity:0;	/*setting transperancy for Modzilla*/
/*opacity: 0;	/*CSS3 standard way of declaring transparency */

}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
text-decoration: none;
margin-right: 50px;
border-bottom: none;
background-color: White;
color: #505050;
padding: 0;
}

.submenustyle a:hover{
background-color: White;
color: #29a3f0;
}

.submenustyle span{
margin-right: 50px;
border-bottom: none;
background-color: White;
color: #ccc;
padding: 0;
}