/************
 * menu
 ************/
div#menu{
	float:left;
	width:1024px;
	height:60px;
	background:#000000 url(../../images/background-menu.gif) bottom left repeat-x;
}
.menu-button{
	float:left;
	width:140px;
	height:30px;
	text-align:center;
	padding-top:10px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	background:#e30022 url(../../images/menu-button.gif) top left no-repeat;
}
.menu-button-large{
	width:204px;
	background:#e30022 url(../../images/menu-button-large.gif) top left no-repeat;
}
.menu-button-small{
	width:120px;
	background:#e30022 url(../../images/menu-button-small.gif) top left no-repeat;
}
.menu-button:hover{
	text-decoration:none;
	color:#000000;
}