.basictab{
padding: 3px 0px 3px 0px;
margin-left: 0;
font-family:Arial, helvetica, sans-serif;
list-style-type: none;
margin-bottom: 0;
text-align: center; /*border-bottom: 1px solid gray;set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0px;
}

.basictab li a{

text-decoration: none;
/*padding: 3px 7px;
padding:3px 15px 0px 15px;*/
padding:0 24px 0 23px;
margin-right: 5px;
/*border: 1px solid gray;*/
border-bottom: none;
/*background-color: white;*/
color: white;
}


.basictab li a:visited{
color: white;
}

.basictab li a:hover{
/*background-color: #830600;*/
color: white;
font-weight: bold;
}

.basictab li a:active{
color: white;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
/*background-color: #830600;*/
color: white;
}


.submenustyle{

color: white;
float:right;
position: relative;
text-align: center;
width: 100%;
      margin: auto;
      padding: 4px 0px 2px 0px;

border-top-width: 0;
/*width: auto; */
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
-moz-box-sizing:border-box;box-sizing:border-box;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
/* border-right: 1px dotted black; */
color:#FFFFFF;
padding: 1px 25px 5px 5px;
text-decoration: none;
}

.submenustyle a:link{
/* border-right: 1px dotted black; */
color:#FFFFFF;
padding: 1px 25px 5px 5px;
text-decoration: none;
}

.submenustyle a:active{
/* border-right: 1px dotted black; */
color:#FFFFFF;
padding: 1px 25px 5px 5px;
text-decoration: none;
}

.submenustyle a:visited{
/* border-right: 1px dotted black; */
color:#FFFFFF;
padding: 1px 25px 5px 5px;
text-decoration: none;
}

.submenustyle a:hover{
color: #ffffff;
font-weight: bold; 
}