.shadetabs{
padding: 0px 0;
margin: 0;
font: bold 15px times new roman;
list-style-type: none;
background: transparent;
text-align: center; /*set to left, center, or right to align the menu as desired*/
z-index:150;
height:35px;
}
.shadetabs li{
float:left;
background:url('../images/menu/li.png') center top no-repeat;
width:117px;
height:28px;
padding-top:7px;
margin-left:15px;
}
.shadetabs li.uvodnik{
display:none
}
.shadetabs li:hover{
background:url('../images/menu/hover.png');
}
.shadetabs li a.selected{
}
.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 11;
margin: 0px;
color: #dcd4b7;
background: transparent;
padding-top:8px;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
}
.shadetabs li a:visited{
color: #dcd4b7;
}
.shadetabs li a:hover{
text-decoration: none;
color: #eae1c0;
}
.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}
.shadetabs li a.selected { /*selected main tab style */
color:#c0af73;
background:url('../images/menu/selected.png') center top no-repeat;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
cursor:default;
color:#c0af73;
}
.tabcontent{
display:none;
}
@media print {
.tabcontent {
display:block !important;
}
}
