.clean {
	clear: both;
}

.shadetabs{
	padding: 3px 0;
	margin: 0;
	font: normal 11px tahoma;
	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: 6px 8px;
	margin: 0;
	/*border: 1px solid #778;*/
	color:#ffffff;
	background: white url(../images/bg-tabs.gif) top left repeat-x;
	border-right: 1px solid #fff;
	font-weight:bold;
}

.shadetabs li a:visited{
	margin: 0;
	color:#000000;
	font-weight:bold;
}

.shadetabs li a:hover{
	margin: 0;
	text-decoration: underline;
	color:#000000;
	font-weight:bold;
}

.shadetabs li.selected{
	margin: 0;
	height: 26px;
	position: relative;
	background-image: url(../images/bg-tabs-sel.gif);
	top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(../images/bg-tabs-sel.gif);
	margin: 0;
	/*border-bottom-color: white;*/
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	margin: 0;
	text-decoration: none;
}

.contentstyle{
	/*background: url(../images/bg-table.gif) right bottom no-repeat #ffefe0;*/
	background: #ffefe0;
	border: 1px solid #f88c20;
	/*border-bottom: 1px solid #f88c20;
	border-left: 1px solid #f88c20;
	border-right: 1px solid #f88c20;*/
	width: 458px;
	margin: 2px 0 0 0;
	/*margin-bottom:0;
	margin-top: 2px;*/
	padding: 10px;
}

.contentstyle123{
	/*background: url(../images/bg-table.gif) right bottom no-repeat #ffefe0;*/
	background: #ffefe0;
	border: 1px solid #f88c20;
	/*border-bottom: 1px solid #f88c20;
	border-left: 1px solid #f88c20;
	border-right: 1px solid #f88c20;*/
	width: 655px;
	margin: 2px 0 0 0;
	/*margin-bottom:0;
	margin-top: 2px;*/
	padding: 10px;
}


