.shadetabs{
padding: 5px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0px;
font: 12px Verdana;
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: 5px 10px;
margin-right: -5px;
border: 1px solid #fbcddf;
color: #333333;
background: white url(image/shade.gif) top left repeat-x;
}
.shadetabs li a:visited{
color: #333366;
}
.shadetabs li a:hover{
text-decoration: none;
color: #fa552f;
}
.shadetabs li.selected{
position: relative;
top: 0px;
}
.shadetabs li.selected a{ /*selected main tab style */
background-image: url(image/shadeactive.gif);
border-bottom-color: white;
font-weight: none;
}
.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #fbcddf;
width: 500px;
margin-bottom: 0em;
padding: 0px;
}
