@charset "UTF-8";
/* CSS Document */


/* Main Menu */

#menu {
  text-align: center;
  font-size:95%;
  padding-left: 125px;
  height:37px;
  background-color:#430300;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

#menu ul {
	list-style: none;
	list-style-position:outside;
	text-align:center;
}

#menu li {
	text-align:center;
	display: block;
	float: left;
	font-size:90%;
}


#menu a {
	text-decoration: none;
	color: #ffffff;
	background:url(imgs/mainmenu.png) no-repeat;
	padding-top: 11px;
	display: block;
	width:130px;
	height: 37px;
}

#menu a:hover{
	background: url(imgs/mainmenu_hover.png) no-repeat;
}

#menu .active a {
	background: url(imgs/mainmenu_active.png) no-repeat;
}


/* Contact & Reservations Menu */

.nochange a:visited, .nochange a:active, .nochange a:hover, .nochange a  {
	color:#000000;
}


/*Footer Menu*/

#footermenu {
  text-align: center;
  background-color:#430300;
  border: 1px solid #000000;
  width:900px;
}

#footermenu ul {
	list-style: none;
	list-style-position:outside;
}

#footermenu li {
	margin: 0px;
	display: inline;
}


#footermenu a {
	margin-left: 11px;
	margin-right: 11px;
	text-decoration: none;
	color: #999999;
}

#footermenu a:hover{
	text-decoration: underline;
}
