.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0px;
font: 11px Verdana;
font-weight:bold;
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;
padding: 3px 7px;
margin-right: 0px;
border: 0px solid #778;
color: black;
background: white url(../galeri_gambar/webutama/tab_sorok.jpg) top left repeat-x;
}

.shadetabs li a:visited{
color: black;
}

.shadetabs li a:hover{
text-decoration: none;
color: red;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

/*selected main tab style */
.shadetabs li.selected a{ 
background-image: url(../galeri_gambar/webutama/tab_aktif.jpg);
color:#FFFFFF;
/*border-bottom-color: white;*/
}

/*selected main tab style */
.shadetabs li.selected a:hover{ 
text-decoration: none;
color:red;
}

/*style of tab content oontainer*/
.tabcontentstyle{ 
border: 0px solid gray;
width: 96%;
height: 100%;
margin-bottom: 1em;
padding: 10px;
background-image: url(../galeri_gambar/webutama/tab_latar.jpg);
background-repeat: repeat-x;
}

.tabcontent{
display:none;
}

@media print 
{
.tabcontent{
display:block!important;
}
}