#menubar {
	position: relative;
	width: 100%;
	height: 24px;
	background-color: #d8d8d8;
	background-image: url(/skin/menubar/1/haikei.gif);
	background-repeat: repeat-x;
	line-height: 1em;
	margin: 0 auto;
	padding: 0;
}
#menubar_logotxt {
	display: none;
}
#menubar_logoimg {
	float: left;
	width: 263px;
	height: 24px;
	background-image: url(/skin/menubar/1/icon.gif);
	background-repeat: no-repeat;
}
#menubar_logoimg a {
	display: block;
	width: 263px;
	height: 24px;
}
#menubar_menutxt {
	float: right;
	color: #000;
	padding: 3px 5px 1px 1px;
	font-size: 0.8em;
}
#menubar_menutxt a {
	color: #000;
	text-decoration: none;
}
#menubar_menutxt a:hover {
	color: #111;
	text-decoration: underline;
}
