.shadetabs{
padding-left: 10px;
padding-bottom: 3px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 12px Verdana;
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;
position: relative;
z-index: 1;
padding: 4px 8px 4px 8px;
margin-right: 2px;
color: #636055;
}

.shadetabs li a:visited{
color: #636055;
}

.shadetabs li a:hover{
text-decoration: none;
color: #0893f8;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
font: normal;
font-size: 20px;
color: #2c2a24;
background: #fff;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
color: #2c2a24;
background: #fff;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #2c2a24;
background: #fff;
}


#intro-tab-content{
  width:905px; 
  margin-bottom: 1em; 
  padding: 10px
}

#intro-tab-container{
margin-top: 60px; 
text-align: center;
position: relative;
}