@CHARSET "ISO-8859-1";

div#main_tabBar {
	padding: 10px 0 0 0;
	height: 40px;
	overflow: hidden;
	background: url(../img/template/tab_bg.jpg) repeat;
}

div#main_tabBar a {
	width: 200px;
	height: 40px; /* IE HACK ALSO */
	text-align: center;
	line-height: 40px;
	display: inline-block;
	color: black;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
}


div#main div#main_tabBar_under {
	height: 15px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 10px;
	padding-left: 10px;
}

div#main div#main_tabBar_under a {
	text-decoration: none;
}

div#main div#main_tabBar_under a:hover {
	text-decoration: underline;
}