/* ######### Shade Tabs Main Menu Bar CSS ######### */
.shadetabs{
border-bottom: 0px solid gray;
margin-bottom: 0px; /* 1em; */
}

.shadetabs ul{
padding: 1px 0;
margin-left: 0;
margin-top: 10px;
margin-bottom: 0;
font: normal 8px Arial;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/

}



.shadetabs li{

display: inline;

margin: 0;

}



.shadetabs li a{

text-decoration: none;

margin: 5px 0px 5px 0px; /* ORUL */ 

padding: 8px 3px;

border: 1px solid #c9c9c9; /* HAUPTBUTTONS !!!! */

color: #666666;

/*background: white url(shade.gif) top left repeat-x;*/

}



.shadetabs li a:visited{

color: #666666;

}



.shadetabs li a:hover{

color: #000000;

border: 1px solid #000000;

background: white;

}



.shadetabs li a.selected{ /*selected main tab style */

/*background-image: url(shadeactive.gif);*/

border-bottom-color: white;

}



.shadetabs li.selected a:hover{ /*selected main tab style */

text-decoration: none;

}

