.shadetabs{
padding: 2px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 3px;
font: 12px Arial, Verdana;
font-color: #CC0000;

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: 3px 3px;
margin-right: 0px;

color: #FE786F;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #FE786F;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #FE786F;
}

.shadetabs li.selected{
position: relative;
/*top: 1px;*/
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
/*border-bottom-color: white;*/
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
padding: 0px 0px;
width: 98%;
border: 1px;

border-image: url (http://www.arts-crafts.ca/jasoncollett/dev/images/background/rightsidebottombg.jpg);
margin-right: 3px;
}
