.shadetabs{
padding: 6px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px arial;
font-weight:bold
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;
}

.shadetabs li a{
text-decoration: none;
padding: 6px 0px;
margin-right: 3px;
border: 0 px solid #778;
border-top: 0 px  #CCCCCC
color: #ffffff;
background:  url(/software/business_software/products/ajaxtabs/btn_default.gif) top left no-repeat;
}

/*.shadetabs li a:visited{
color: #2d2b2b;
}*/

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
padding: 6px 0px;
margin-right: 3px;
background:  url(/software/business_software/products/ajaxtabs/btn_hover.gif) top left no-repeat;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}


.shadetabs li.selected a{ /*selected main tab style */
background:  url(/software/business_software/products/ajaxtabs/btn_selected.gif) top left no-repeat;

}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
/* background:url(/software/business_software/products/ajaxtabs/body_td_bg.gif) repeat-x; */
border: 1px solid #bbd2ee;
width: 507px;
padding: 5px;
}