

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

.naglowek_partnerzy{
font-size: 11px;
color: #5D5F61;
font-family: Tahoma, Arial;
}


.indentmenu{
font: bold 11px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
/*border-top: 1px solid navy;*/ /*navy border*/

/*background: black url(indentbg.gif) center center repeat-x;*/
background: #ececec url(/partnerzy_logo_glowna/klawisz_tlo1.png) center center repeat-x;}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #000000; /*text color*/
padding: 3px 6px;
text-decoration: none;
border: 1px solid #BBC1CC;
/*border-right: 1px solid navy;*/ /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 3px; /*shift text down 1px*/
padding-bottom: 3px;
/*background: black url(indentbg2.gif) center center repeat-x;*/
background: #a090a0 url(/partnerzy_logo_glowna/klawisz_tlo2.png) center center repeat-x;;
}




.tab_partnerzy{
display:none;
}

@media print {
.tab_partnerzy {
display:block !important;
}
}