.shadetabs{

padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Tahoma;
font-weight:600;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
font-family:Tahoma;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 6px;
margin-right: 3px;
border: 0px solid #778;
color: #2d2b2b;
background: white url(bg_tab_a.jpg) top left no-repeat;
line-height:12px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{

color: #2d2b2b;
}

.shadetabs li.selected{
position:relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(bg_tabs.jpg);
border-bottom-color: white;
text-decoration: none;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid #E4E4E4;
width: 562px;

 padding: 10px;

background-position:bottom;
background-repeat:no-repeat;
border-bottom-width:0px;
}
.bg_tab{
background-image:url(../images/bg_tab.jpg);
height:39px;
width:585px;
}
