.basictab li.selected a{ /*selected tab effect*/
color: #003366;
}
.basictab li#selected2 a{ /*selected tab effect*/
color: #7d3d1a;
}
.basictab li#selected2 a:hover{ /*selected tab effect*/
color: #003366;
}
a.subselected {
color: #003366;
}

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

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