.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 20px;
margin-bottom: 0;
font: 11px 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: 0px;
padding: 0px
}

.shadetabs li a{
text-decoration: none;
padding: 3px 3px;
margin-right: 0px;
border: 1px solid #778;
color: #0054BD;
background: white url(/includes/tabs/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #0054BD;
}

.shadetabs li a:hover{
text-decoration: none;
color: #0054BD;
}

.shadetabs li.selected{
position: relative;
top: 0px;
color: #000000;
font-weight:bold;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(/includes/tabs/shadeactive.gif);
border-bottom-color: white;
color: #000000;
font-weight:bold;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid gray;
width: 570px;
margin-bottom: 1em; 
padding: 10px 5px 10px 5px;
}

.contentstylewide{
border: 1px solid gray;
width: 760px;
margin-bottom: 1em; 
padding: 10px 0px 10px 0px;
height:100%;
}