@charset "utf-8";
/* CSS Document */

.shadetabs{
padding: 5px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 13px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
/*padding: 3px 7px;*/
padding: 5px 5px;
/*margin-right: 3px;*/
margin-right: 3px;
border: 1px solid #551A8B;
color: #ffffff; /*changes all link colors*/
background-color: #551A8B;
}

/*.shadetabs li a:visited{
color: #cc6600;
}*/

.shadetabs li a:hover{
text-decoration: underline;
color: #551A8B;
background-color:  #FCC200
}

.shadetabs li.selected a{
position: relative;
top: 1px;
color: #551A8B; /* added the a */
background-color: #ffffff;
}

.shadetabs li.selected a{ /*selected main tab style */
background-color: #ffffff;
border-bottom-color: #ffffff;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle {
border: 1px solid #551A8B;
width: 440px;
/*width: 335px;*/
padding: 3px;
text-align:left;
background-color: #FFFFFF;
}
