/* main navi */
#top ul#tabs {
	font-size: .9em;
	font-weight: bold;
}
#top ul#tabs {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 240px;
	bottom: 0px;
	z-index: +100;
	width: 490px;
	width: 550px;
}

#top ul#tabs li {
	float: left;
	display: block;
	list-style-type: none;
	position: relative;
	color: #37a0ca;
	padding: 0;
/*	text-transform: lowercase; */
	text-align: center;
	cursor: pointer;
}
#top ul#tabs li a {
	margin: 0;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	color: #37a0ca;
	min-width: 65px;
	_width: 65px;
}

#top ul#tabs li a span {
	display: block;
	padding: 0px 6px;
	margin: 5px 0;
	border-left: solid 2px #37a0ca;
}
#top ul#tabs li a span.last {
	border-right: solid 2px #37a0ca;
}

#top ul#tabs li:hover, #top ul#tabs li:hover a, #top ul#tabs li a:hover {
	background: #37a0ca;
	color: #fff;
}

/* subnavi */
#top ul#tabs li div {
	visibility: hidden;
	position: absolute;
	left: -1px;
	top: 23px;
	z-index: +10;
	background: #37a0ca;
	padding: 0;
	margin: 0;
	min-width: 150px;
	_width: 150px;
	filter: -moz-opacity: .85;
	opacity: .85;
	filter: alpha(opacity=85);
	border: solid 1px #fff;
	border-top: solid 1px #37a0ca;
	font-weight: normal;
}

#top ul#tabs ul {
	position: relative;
	z-index: +100;
	top: 0px;
	margin: 0;
	padding: 0;
	background: #37a0ca;
	text-align: left;
}

#top ul#tabs ul li {
	margin: 1px;
	padding: 0;
	float: none;
	width: 150px;
	display: block;
	list-style-type: none;
	height: 23px;
	text-align: left;
}
#top ul#tabs ul li a {
	display: block;
	cursor: pointer;
	color: #fff;
	border: 0;
	margin: 1px 0;
	text-align: left;
}
#top ul#tabs ul li.lastitem {
	border-bottom: 0
}
#top ul#tabs ul li a span {
	display: block;
	clear: left;
	padding: 3px 0 2px 10px;
	margin: 0;
	border: 0;
}
#top ul#tabs ul li a:hover, #top ul#tabs ul li a:hover span, #top ul#tabs ul li:hover, #top ul#tabs ul li:hover span {
	color: #c00;
	background: #fff;
}

#top ul#tabs li.shownavi div {
	visibility: visible;
}
#top ul#tabs li.shownavi a {
	cursor: pointer;
}
