@charset "utf-8";
#release_header {
	position: absolute;
	left: 80px;
	top: 44px;
}
#headmenu {
	width: 760px;
	height: 28px;
	background-color: #093CA2;
	position: absolute;
	top: 62px;
}
#headmenu ul {
	list-style-type: none;
}
#headmenu li {
	display: inline;
}
#headmenu a {
	display: inline;
	float: left;
	background-color: #03369C;
}
