.basictab
{
height:20px;
padding: 0px 0px 0px 0px;
margin-left: 0;
font: normal 12px Verdana;
border-bottom: 1px solid gray;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background-color:Yellow;
width:850px;
}

.basictab li{
display: inline;
margin: 0;
height:20px;
}

.basictab li a{
text-decoration: none;
padding: 0px 4px 6px 0px;
margin-right: 2px;
border: 1px solid gray;
border-bottom: none;
background-color: white;
color: #FF0066;

}


.basictab li a:visited{
color: red;
}

.basictab li a:hover{
background-color:#fcb9b9;
color: red;
}

.basictab li a:active{
color: red;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #fcb9b9;
color: red;
}


.submenustyle{
padding: 2px 1px;
border: 1px solid black;
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{
border-right: 1px dashed black;
padding: 1px 5px;
text-decoration: none;


font-family:Tahoma ;
color :white ;
font-size:12px;
}

.submenustyle a:hover{
background-color: #ffffff;
font-family:Tahoma ;
color :Red ;
font-size:12px;
}
