.shadetabs{
padding: 5px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: 11px Arial;
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: 0px;
/*border: 1px solid #778;*/
color: #2d2b2b;
background: #666 url(gg-tab_bg.jpg) no-repeat left top;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 3px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(gg-tab_bg.jpg);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
/*border: 1px solid gray;*/
width: 360px;
margin-bottom: 1em; padding: 10px;
background-color: #BFBFBF;
}
.contentstylew{
/*border: 1px solid gray;*/
width: 560px;
margin-bottom: 1em; padding: 10px;
background-color: #EAEAEA;
}
.contentstylew ul {
	padding: 0px;
	list-style: square;
	margin-left: 50px;
}

.contentstylew li {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial, veranda
}