.shadetabs{
padding: 0px 0px; /* was 1px 0 */
margin-left: 0;
margin-top: 0px; /* was 1px*/
margin-bottom: 0px;
font: bold 11px Tahoma;
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: 0px 0px; /* was 1px 0 */
margin-right: 0px; /*was 3 px*/
border: 0px solid #778;
color: white;
background: #acd3d0 url('http://www.latinoimmigrantstories.org/images/tabs/languagetab_off_169.png') top left no-repeat;
/*background: #acd3d0 url('http://www.latinoimmigrantstories.org/images/tabs/off_tab_175px.png') top left no-repeat;*/
}

.shadetabs li a:visited{
color: white;
}

.shadetabs li a:hover{
text-decoration: none;
color: white;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px; /* was 1 px*/
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url('http://www.latinoimmigrantstories.org/images/tabs/languagetab_on_169.png');
/*background-image: url('http://www.latinoimmigrantstories.org/images/tabs/on_tab_175px.png');*/
border-bottom-color: #83999b;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
/*rounded corners */

