.shadetabs{
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	background-image: url(shadeactive.gif);
	width: 510px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 3px;
	color: #F2EFBA;
}

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

.shadetabs li a:hover{
	color: #FFFFFF;
}

.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{
	width: 483px;
	margin-bottom: 1em;
	padding: 10px;
	background-image: url(bg-content.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6C502B;
	border-right-color: #6C502B;
	border-bottom-color: #6C502B;
	border-left-color: #6C502B;
}

.shadetabs-c{
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	background-image: url(shadeactive-c.gif);
	width: 390px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

.shadetabs-c li{
display: inline;
margin: 0;
}

.shadetabs-c li a{
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 3px;
	color: #F2EFBA;
}

.shadetabs-c li a:visited{
color:  #F2EFBA;
}

.shadetabs-c li a:hover{
	color: #FFFFFF;
}

.shadetabs-c li.selected{
position: relative;
top: 1px;

}

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

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

.contentstyle-c{
	width: 370px;
	margin-bottom: 1em;
	padding: 10px;
	background-image: url(bg_tabcontent-contact.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6C502B;
	border-right-color: #6C502B;
	border-bottom-color: #6C502B;
	border-left-color: #6C502B;
}