/* ---------- Main Menu Style ---------- */
/*#header-menu{
	position: relative;
	margin-top: -63px;
	z-index: 10;
}
*/

#mainmenu{
	position: relative;
	height: 61px;
	text-align:left;
}
#mainmenu ul{
	list-style:none;
}
#mainmenu ul li{
	float:left;
}
#mainmenu a{
	font-family: century gothic;
	text-decoration: none;
	font-size:.8em;
	line-height:2.8;
	color:#ffffff;
	margin: 5px 15px 5px 15px;
	font-weight:lighter;
}
#mainmenu a:hover{
	color: #f7931e;
	font-weight: normal;
}
.menulinks{
	background-image:url(../images/nav-line.png);
	background-repeat:no-repeat;
	background-position:right;
}
/* --------------------------------------*/

/* ---------- sub-Menu para restaurants, experience, getting here ---------- */
#rest-header{
	background-image:url(../images/rest-header.png);
	background-repeat:no-repeat;
	width:auto;
	height: 20px;
}
#rest-content{
	background-image:url(../images/form-content.png);
	background-repeat:repeat-y;
	width:auto;
	padding:  1px 10px 1px 10px;
}
#rest-content ul{
 list-style:none;	
 margin:5px;
 text-align:left;
  padding:0;
}
#rest-content li{
 margin-bottom:8px;
 background-image:url(../images/forms-spacer.png);
 background-repeat:no-repeat;
 background-position:bottom;
}
#rest-content a{
 text-decoration:none;
}
#rest-footer{
	background-image:url(../images/form-footer.png);
	background-repeat:no-repeat;
	width:auto;
	height: 23px;
	display: block;
}
/* --------------------------------------*/