.shadetabs{
list-style:none; margin:0px; padding:0px;
text-align:center;
vertical-align:middle;
}

.shadetabs li{
display: inline;
margin:0px 1px 0px 0px;
height:29px;
width:150px;
display:block;
float:left;
font:normal 11px tahoma;
color:#491B1B;
line-height:140%;
position: relative;
}

.shadetabs li a{
background-color:#EEE9D2;
height:29px;
width:150px;
display:block;
float:left;
font:normal 11px tahoma;
color:#491B1B;
line-height:140%;
}

.shadetabs li a:visited{
color: #2d2b2b;
height:29px;
width:150px;
display:block;
float:left;
font:normal 11px tahoma;
color:#491B1B;
line-height:140%;
}

.shadetabs li a:hover{
text-decoration:none;
color: #2d2b2b;
height:29px;
width:150px;
display:block;
float:left;
font:normal 11px tahoma;
color:#491B1B;
line-height:140%;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
height:29px;
width:150px;
display:block;
float:left;
font:normal 11px tahoma;
color:#ffffff;
line-height:140%;

}

.shadetabs li a.selected{ /*selected main tab style */
background-color:#7E7067;
height:29px;
width:150px;
display:block;
float:left;
font:normal 11px tahoma;
color:#ffffff;
line-height:140%;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration:none;
height:29px;
width:150px;
display:block;
font:normal 11px tahoma;
color:#ffffff;
line-height:140%;
}

