ul.shadetabs{
padding: 4px 0;
margin-left: 0;
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 #C2C2C2;
font-size:12px;
font-weight:normal;
}

ul.shadetabs li {
position: relative;
display: inline;
background: none;
top:0;
text-indent:0;
padding-left:0;
margin-bottom:0;
}

ul.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 5px 5px 15px;
border-bottom:none;
color: #7B7B7B;
background:#F4F4F4 url(../../maingrafik/arrow_tab.png) no-repeat scroll 5px center;
}

ul.shadetabs li a:hover{
text-decoration: none;
color: #565656;
}

ul.shadetabs li a.selected{ /*selected main tab style */
background:#F4F4F4 url(../../maingrafik/arrow_tab.png) no-repeat scroll 5px 9px;
color:#174691;
border-bottom:2px solid #F4F4F4;
position: relative;
font-weight:normal;
}

ul.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
