.basictab{
/*height:30px; */
/*background-color:#666666;
*/margin:0px 0px 0px 0px;
padding:15px 0px 0px 0px;
margin-left: 0px;
font: 11px Tahoma;
list-style-type: none;
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-left:0px;
padding-bottom:8px;
padding-top:8px;
padding-right:10px;
padding-left:10px;
border-bottom: none;

color:#5a5b5f;
border-right: 1px solid #abacb0;
}


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

.basictab li a:hover{
/*background-color: #775494; */
color: black;
background:url(menu_back_main.gif) no-repeat bottom center;

}

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

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


.submenustyle{

margin-top:8px;

text-align:left;
font: 11px Tahoma;
color:#FFFFFF;
height: 26px;
padding-top:5px;
border: 0;
border-top-width: 0;
width: 720px;
background:url(menu_back.gif) no-repeat left top;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

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

.submenustyle a{
border-right: 1px solid #FFFFFF;
padding: 0px 15px;
text-decoration: none;
color:#FFFFFF;
}

.submenustyle a:hover{
text-decoration:underline;
}