.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family : Arial, Helvetica, sans-serif; 
font-size : 15px; 
margin-bottom : 12px; 
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{
float : left; 
display : block; 
height : 30px; 
width : 150px; 
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 0;
margin-right: 40px;
font-weight : normal; 
text-align : center; 
border: 0;
color : #D8E9F3; 
background: white url(/img/puls_rass.jpg) top left repeat-x;
}

.shadetabs li a:visited{
color : #D8E9F3; 
}

.shadetabs li a:hover{
text-decoration: none;
font-weight : bold; 
color: #ffffff;
background-image: url(/img/puls_rass_h.jpg);
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
font-weight : bold; 
color: #ffffff;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(/img/puls_rass_h.jpg);
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
