.shadetabs{
padding: 0px;
margin-left: 0;
margin-bottom: 0;
margin-top: 0;
font: bold 12px Arial;
height:32px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0px;
padding:0px
}

.shadetabs li a {
margin-top: 2px;
text-decoration: none;
position: relative;
text-align: center;
z-index: 1;
display: inline-block;
padding-left:5px;
width:155px;
margin-right: 4px;
height:30px;
color: #FFFFFF;
background: #932301 url(../images/butoff.gif) top left no-repeat;
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected:link{ /*selected main tab style */
background-image: url(../images/buton.gif);
color: #8F0100;
}
.shadetabs li a.selected:actiive{ /*selected main tab style */
background-image: url(../images/buton.gif);
color: #8F0100;
}
.shadetabs li a.selected:visited{ /*selected main tab style */
background-image: url(../images/buton.gif);
color: #8F0100;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}
