/*tab menu*/
.langtabs{
padding: 1px 0;
margin: 0;
font-size:1em;
list-style-type: none;
float: right; /*set to left, center, or right to align the menu as desired*/
}

.langtabs li{
display: inline;
margin: 0;
}

.langtabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
font-size:.9em;
margin-right: 0;
border:1px solid #444;
color: #444;
/*
background: white url(shade.gif) top left repeat-x;*/
}

.langtabs li a:visited{
/*
color: #2d2b2b;
*/
}

.langtabs li a:hover{
text-decoration:none;

}

.langtabs li a.selected{ /*selected main tab style */
position: relative;
}

.langtabs li a.selected{ /*selected main tab style */
color:#fff;
background-color: #000;

}

.langtabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

.tabcontainer{
border:none; padding:0; width: 100%; margin-bottom: 10px;
}

@media print {
.tabcontent {
display:block !important;
}
}
