

/***********----------------------------------------------------------------- DROPDOWN MENUS **********/
#nav, #nav ul {
	margin: 0 auto;
	padding: 0px;
}

a.button1 {
	width: 95px;
	height: 25px;
	background-image: url(images/button-home.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
	text-align: center;
	float:left; 
}

a.button1:hover {
	width: 95px;
	height: 25px;
	background-image: url(images/button-home.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
	text-align: center;
	float:left; 
}

a.button2 {
	width: 95px;
	height: 25px;
	background-image: url(images/button-menu.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
	text-align: center;
	float:left; 
}

a.button2:hover {
	width: 95px;
	height: 25px;
	background-image: url(images/button-menu.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
	text-align: center;
	float:left; 
}

a.button3 {
	width: 95px;
	height: 25px;
	background-image: url(images/button-catering.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
	text-align: center;
	float:left; 
}

a.button3:hover {
	width: 95px;
	height: 25px;
	background-image: url(images/button-catering.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
	text-align: center;
	float:left; 
}

a.button4 {
	width: 95px;
	height: 25px;
	background-image: url(images/button-location.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
	text-align: center;
	float:left; 
}

a.button4:hover {
	width: 95px;
	height: 25px;
	background-image: url(images/button-location.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
	text-align: center;
	float:left; 
}

a.button5 {
	width: 95px;
	height: 25px;
	background-image: url(images/button-about.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
	text-align: center;
	float:left; 
}

a.button5:hover {
	width: 95px;
	height: 25px;
	background-image: url(images/button-about.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
	text-align: center;
	float:left; 
}

a.button6 {
	width: 475px;
	height: 25px;
	background-image: url(images/button-rightblank.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
	text-align: center;
	float:left; 
}

a.button6:hover {
	width: 475px;
	height: 25px;
	background-image: url(images/button-rightblank.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding:0px;
	text-align: center;
	float:left; 
}

