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

.shadetabs{ /* STYL LISTWY */
padding: 14px 0px 8px 0px;
margin-left: 0;
margin-top: 20px;
margin-bottom: 0px;
font: bold 12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background: #B2B198;
border-bottom: 3px solid #7F7D46;
}

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

.shadetabs li a{ /* STYLE DLA POSZCZEGOLNYCH PRZYCISKOW */
text-decoration: none;
position: relative;
z-index: 1;
padding: 8px 12px;
margin-right: 3px;
margin-bottom: 0px;
border: 0px solid #778;
color: #636059;
abackground: #CFC7B4;
}

.shadetabs li a:visited{
color: #636059;
padding: 0px;
margin: 0px;
}

.shadetabs li a:hover{ /* STYLE MYSZKA NAD */
text-decoration: none;
background: #C9C3A2;
}

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

.shadetabs li a.selected{ /*selected main tab style */
background: #7F7D46;
color: #ffffff;
}

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





