.shadetabs{
display:table;
width:100%;
height:43px;
font-size:12px;
padding: 0px 0;
margin-left: 0;
top: 4px;
margin-bottom: 0;
list-style-type: none;
text-align: left; 
background: url(/imags/bg_left_full.png) no-repeat bottom ;
}

.shadetabs li{
float:left;
margin:0 0 0 3px;
z-index:2;
padding:14px 4px 7px 0px;
background:url(/imags/left.png) no-repeat left top;
}

.shadetabs li a{
text-decoration: none;
color: #333333;
padding:14px 14px 7px 9px;
background:url(/imags/right.png) no-repeat right top;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #ff7800;
}

.shadetabs li a.selected{ 
font-weight: bold;
font-size:19px;
padding: 14px 14px 7px 9px;
background: url(/imags/right.png) top right no-repeat;
border-bottom-color: white;
color: #ff7800;
}

.shadetabs li a.selected:hover{
text-decoration: none;
}

