.shadetabs { 
	background: #fff url(images/bigbox.gif) no-repeat top left;
 	color: #68778A; 
 	 text-align: center; 
 	 padding: 3px 0;
 	 margin-left: 0;
 	 margin-top: 1px;
 	 margin-bottom: 27px;
 	 list-style-type: none;
 	 text-align: left;
   }
   
.shadetabs li { 
display: inline; 
margin: 0;
}

.shadetabs li a { 
float: left; 
background: #fff url(../images/sbar.gif) no-repeat; 
color: #68778A; 
padding: 7px 0; 
width: 82px; 
text-align: center; 
font-weight: bold; 
text-decoration: none; 
}

.shadetabs li a:hover { 
background: #fff url(../images/sbarslt.gif) no-repeat; 
color: #000;
text-decoration: underline; 
}	

.shadetabs li a.current { 
background: #fff url(../images/sbarslt.gif) no-repeat; 
color: #68778A; 
}

.shadetabs li.selected{
position: relative;
top: 1px;
}
.shadetabs li.selected a{ /*selected main tab style */
background: #fff url(../images/sbarslt.gif) no-repeat; 
border-bottom-color: white;
}

.contentstyle{
border: 1px solid #999999;
width: 485px;
margin-bottom: 1em; padding: 10px;
background:#FFFFFF;
}