.shadetabs
{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 3px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	width:100%;
	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 7px;
	margin-right: 1px;
	border: 1px solid #FF9600;
	color: #777777;
	background: url(/data/skins/chinese/images/li_bg001.gif) top left repeat-x;
}

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

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

.shadetabs li.selected
{
	position: relative;
}

.shadetabs li.selected a
{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 1px;
	border: 1px solid #FF9600;
	color: #777777;
	background: url(/data/skins/chinese/images/li_bg.gif) top left repeat-x;
}

.shadetabs li.selected a:hover
{
	text-decoration: none;
}

.tabcontentstyle
{
	border: #FF9600 1px solid;
	margin-bottom: 1em;
	padding: 10px;
	width:97%;
}

.tabcontent
{
	display:none;
}

@media print
{
	.tabcontent
	{
		display:block!important;
	}
}
