ul.shadetabs{
padding: 5px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 20px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom:1px solid #09a77f;
font-size:13px;
font-weight:bold;
}

ul.shadetabs li{
display: inline;
margin: 0;
padding:0 0px 0 7px;
background: none;
}

ul.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 7px;
border: 1px solid #161616;
border-bottom:none;
color: #6B6B6B;
background: url(../../../img/main/bg_reiter_gray.png) #2d2d2d top left repeat-x;
}

ul.shadetabs li a:visited{
color: #2d2b2b;
}

ul.shadetabs li a:hover{
text-decoration: none;
color: #ccc;
}

ul.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: -2px;
padding: 6px 7px;
color:#fff;
background-image: url(../../../img/main/bg_reiter_green.png);
border: 1px solid #09a77f;
border-bottom: #048055 2px solid;
}

ul.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}