.shadetabs{
padding:0px;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li{
display: inline;
margin-left:0px;
margin-top:0px;
}
.shadetabs li a{
margin-top:0px;
text-decoration: none;
padding-top:3px;
padding-left:5px;
padding-right:6px;
margin-left:-2px;
margin-right:0px;
border-left-color:#CCCCCC;
border-left-style:solid;
border-left-width:2px;
border-bottom-color:#CCCCCC;
border-bottom-style:solid;
border-bottom-width:2px;
}
.shadetabs li a:hover{
text-decoration:none;
}
.shadetabs li.selected a{ /*selected main tab style */
background-image:url(../images/mas.jpg);
background-repeat:repeat-x;
border-bottom-color: #FFFFFF;
/*margin-left:10px;*/
}
.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
.contentstyle{
width:335px;
height:auto;
margin-top:10px;
margin-bottom: 5px; 
padding: 5px;
}