div#menu {
	position: relative;
	width: 100%; height: 36px;
	margin:0 auto;
	text-align:center;
	background:      url("../images/ELY-background_menu.png") no-repeat;
	background-position: center;
}
div#menu-area {
	position: absolute;
	left:0; top: 10px;
	width: 100%;
	z-index: 100;
	height: 26px;
	text-align: center;		
}
div#menu-area {
	font-family:     "Orator Std", Helvetica, Arial, sans-serif;
	color:           #ffca10;
	font-size:       160%;
}
div#menu-area a {
	font-size:       100%;
	color:           #ffca10;
	text-decoration: none;
}
div#menu-area a:hover {
	color: #ffffff;
	text-decoration: underline;
}
