/* CSS Document */

#menu {
	width:980px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
}

.menu-button {
	width:auto;
	height:43px;
	float:left;
	font-size:24px;
	padding-top:17px;
}

.menu-button-selected {
	width:auto;
	height:43px;
	float:left;
	font-size:24px;
	padding-top:17px;
}

.menu-button a {
	color:#897F80;
}

.menu-button a:hover {
	color:#FFFFFF;
}

.menu-button-selected a:hover {
	color:#FFFFFF;
}

.menu-button-splitter {
	width:30px;
	height:60px;
	float:left;
/*	background-color:#009933;*/
}

#search-box {
	width:290px;
	height:60px;
	float:right;
}
