#maintab {
	background: url(/MY/EN/V6HTML/home/images/icons/navi_jas_bg.gif) no-repeat top left;
	width: 780px;
	height: 40px;
	padding: 0;
	margin: 0;
	text-align: left;
	clear: both;
}

.shadetabs{
	padding: 0;
	margin: 0;
	font: bold 11px Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

ul.shadetabs {
	height: 40px;
	list-style: none;
	padding: 10px 0;
	margin: 0 0 0 10px;
}

.shadetabs li{
	float: left;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	color: #fff;	
	padding: 10px 5px;
	margin: 0;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;	
}

.shadetabs li a{
	text-decoration: none;
	padding: 5px 10px;
	margin-right: 3px;
	color: #fff;
}

.shadetabs li a:hover{
	color: #fff;
	text-decoration: underline;
}

.shadetabs li.selected{
	position: relative;
}

.shadetabs li.selected a { /*selected main tab style */
	color: #fff;
	border-bottom: 3px solid #fff;
}

.tabcontentstyle{ /*style of tab content container*/
	width: 780px;
	height: 360px;
	margin-bottom: 1em;
	padding: 0;
}

.tabcontent{
	display:none;
	text-align: left;
}

@media print {
	.tabcontent {
	display:block!important;
}
}
