@charset "utf-8";
/* Tab CSS */

.menutab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	float: left;
	width: 80px;
	height: 29px;
	text-align: center;
	margin-top: 10px;
	white-space: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	margin-right: 1px;
}
a.tab:link {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 12px;
	display: block;
	width: 80px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666666;
	padding-top: 7px;
}
a.tab:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 12px;
	display: block;
	width: 80px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 7px;
	background-color: #666666;
}
a.tab:hover {
	color: #333333;
	font-size: 12px;
	display: block;
	width: 80px;
	height: 22px;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 7px;
}
a.tab:active {
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	display: block;
	width: 80px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666666;
	padding-top: 7px;
}
.menutab_ind {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	float: left;
	width: 80px;
	height: 22px;
	text-align: center;
	margin-top: 10px;
	white-space: normal;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #EEEEEE;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666666;
}
