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

#tabmenu {
	position:absolute;
	top: 131px;
	right: 252px;
	width: 500px;
	height: 20px;
	margin:0px;
	padding: 0;
	text-align: left;
	float: left;
	color: #ffffff;
	z-index: 10;
	display: inline-block;
	overflow: hidden;
}


.off a {
	top: px;
	height: 21px;
	text-align: right;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	vertical-align:top;
	font-size: 12px;
	color: #ffffff;
	background-color: #019ee1;
	text-decoration: none;
	font-weight:normal;
	word-spacing: normal;
	list-style-type:none;
	text-decoration:none;
	border-bottom: 4px #019ee1 solid;
}

.on a {
	vertical-align:text-bottom;
	text-align: right;
	color: #234553;
	text-decoration:none;
	background-color: #019ee1;
}

#tabmenu a:hover {
	color: #234553;
	text-decoration:none;
}


