.basictab{
/*
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
margin-bottom: 0;
text-align: right; *//*set to left, center, or right to align the menu as desired*/
  font-size: 10;
  text-transform: uppercase;
  font-weight: bold;
  font-family: arial;
  letter-spacing: 1px;
  background-color: #ffffff;
  margin: 2px 0 0 3px;
  text-align: right;
}

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

.basictab li a{
/*text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
border: 1px solid gray;
border-bottom: none;
background-color: white;
color: black;
*/
  font-size: 10;
  text-transform: uppercase;
  font-weight: bold;
  font-family: arial;
  letter-spacing: 1px;
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  margin: 2px 0 0 3px;
}


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

.basictab li a:hover{
background-color: #ffffff;
color: #c02525;
}

.basictab li a:active{
color: #c02525;
}

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

.submenustyle{
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;

  font-size: 10;
  text-transform: uppercase;
  font-weight: bold;
  font-family: arial;
  letter-spacing: 1px;
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  margin: 2px 0 0 3px;
    text-align: left;
}

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

.submenustyle a{
margin: 2px 0 0 3px;
text-decoration: none;
}

.submenustyle a:hover{
background-color: #ffffff;
}
