.shadetabs2 {
position:relative;
height: 15px;
width:500px;
padding: 0px 0;
margin-left: 0px;
margin-top: 20px;
margin-bottom: 0px;
padding: 1px;
font: bold 11px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
overflow: hidden;
float: left;
}

.shadetabs2 li{
display: inline;
margin-right: 4px;
}

.shadetabs2 li a{
text-decoration: none;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
margin-right: 50px;
color: #999999;
FILTER: alpha(opacity=50);-moz-opsv: 0.5
}

.shadetabs2 li a:visited{
color: #999999;
}

.shadetabs2 li a:hover{
color: #333333;
FILTER: alpha(opacity=100);-moz-opacity: 1
}

.shadetabs2 li.selected {
margin-top: 0px;
display: inline;
color: #333333;
}

.shadetabs2 li.selected a { /*selected main tab style */
display: inline;
FILTER: alpha(opacity=100);-moz-opacity: 1;
color: #333333;
}

.shadetabs2 li.selected a:hover{ /*selected main tab style */
display: inline;
color: #333333;
}

.contentstyle{
width: 450px;
margin-bottom: 0em; padding: 10px;
}
