/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 15px 0;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0;
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;
position: relative;
z-index: 1;
padding: 10px 47px;
font-weight: bold;
margin-right: auto;
margin-left: auto;
color: white;
border:1px transparent solid;
background: white url(../img/but_niezaz.jpg) top left repeat-x;
}

.shadetabs li a:visited{
	color: white;
}

.shadetabs li a:hover{
text-decoration: underline;
color: white;
}

#aktywny{
	background-image: url(../img/but_zaz.jpg);
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
background-image: url(../img/but_zaz.jpg);
}

.shadetabs li a:hover,a:link,a:active {
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


