/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 3px;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
/*line-height:2em;*/
}

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

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 7px;
margin-right: 0px;
color: #2c4982;
background: white url(../gfx/pozadina_meni_notsel_tabs.jpg) top left repeat-x;
}

.shadetabs li a:visited{
color: #2c4982;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2c4982;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background: white url(../gfx/pozadina_meni_selected_tabs.jpg) top left repeat-x;
}

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

.tabcontent{
display:none;
}

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