/* CSS Document */

#menu {
	width:980px;
	height:31px;
/*	background-color:#00CCFF;*/
}

#menu-left {
	width:9px;
	height:31px;
	float:left;
}

#menu-right {
	width:9px;
	height:31px;
	float:right;
}

.menu-button {
	width:159px;
	height:23px;
	float:left;
	background-image:url(/graphics/common/button.png);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:8px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.menu-button a{
	color:#FFFFFF;
}

.menu-button:hover{
	background-image:url(/graphics/common/button-roll.png);
}

.menu-button-spacer {
	width:1px;
	height:31px;
	float:left;
}
