/*
 * ------------------------------------------------------------------------
 * JA T3 Blank template for joomla 1.7
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
*/
.ja-megamenu {
	background: url('../../images/menu.png') no-repeat;
	width: 1190px;
	height: 134px;	
	position: relative;
	z-index: 10;
	font-family: 'bebasregular';
}

.ja-megamenu ul.level0 {
  height: 40px;
  margin: 0 0 0 200px;
  padding: 0;
  position: absolute;
  top: 24px;
  left: 0px;
  width: 960px;
  text-transform: uppercase;
}

.ja-megamenu ul.level0 li.restaurante {
	margin-left: 2px !important;
   width: 120px !important;
}
.ja-megamenu ul.level0 li.ementa-dia {
	margin-left: 25px !important;
   width: 100px !important;
}
.ja-megamenu ul.level0 li.ementa-grupo {
	margin-left: 5px !important;
   width: 100px !important;
}
.ja-megamenu ul.level0 li.contactos {
	margin-left: 20px !important;
   width: 100px !important;
}
.ja-megamenu ul.level0 li.novidades {
	margin-left: 48px !important;
   width: 100px !important;
}

.ja-megamenu ul.level0 li.ementa-grupo a#menu358 span {
	background: none;
	padding-left: 0;
}

/*.ja-megamenu ul.level0 li.ementa-grupo div { display: none; }*/

.ja-megamenu ul.level0 li.mega {
  background: none repeat scroll 0 0 transparent;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 105px;
  font-size: 14px;
  margin: 0 10px;
}

.ja-megamenu ul.level0 li.mega a.mega {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 8px 15px;
  text-decoration: none;
  color: #000;
}

.ja-megamenu ul.level0 li.over a.over span,
.ja-megamenu ul.level0 li.active a.active span {
	color: #C8111D;	
	text-shadow: 1px 1px 0px #000;
}

.ja-megamenu a.over, .ja-megamenu a.active { color: #333 !important; background-color: inherit;}

/* lv - 1 and below
-----------------------------------*/
/* Styling ---*/
.ja-megamenu ul.level1 li.mega { border-top: 1px dotted #ccc; }

.ja-megamenu ul.level1 li.first { border-top: 0; }

.ja-megamenu ul.level1 li.mega a.mega {
	border: 0;
}

 /* CHILD CONTENT
-----------------------------------*/
.ja-megamenu .childcontent-inner {
	background: #fff;
	border: 1px solid #ccc;
	border-top: 0;
	color: #333;
}

.ja-megamenu .level1 .childcontent-inner { border-top: 1px solid #ccc; }

.ja-megamenu .childcontent .ja-moduletable { color: #333; background-color: inherit; }

.ja-megamenu .childcontent .ja-moduletable h3 {
	background: none;
	border-bottom: 1px dotted #ccc;
	text-transform: uppercase;
}

/* Grouped --- */
.ja-megamenu .group-title { border-bottom: 1px solid #ccc; }

.ja-megamenu .group-title .menu-title {
	color: #333;
	background-color: inherit;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 115%;
}

.ja-megamenu .group-title .menu-desc {
	color: #999;
	padding-left: 0 !important;
}