/**
 * ------------------------------------------------------------------------

 * JA ZiteTemplate

 * ------------------------------------------------------------------------

 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.

 * @license - Copyrighted Commercial Software

 * Author: J.O.O.M Solutions Co., Ltd

 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com

 * This file may not be redistributed in whole or significant part.

 * ------------------------------------------------------------------------
 */
 
#ja-megamenu { margin: 0px auto; }

#ja-megamenu ul.level0  { font-family: 'NovecentowideUltraLightBold', Arial, sans-serif; }

ul.megamenu {
  margin: 1em; /* menu's gutter */
}

/* lv - 0
-----------------------------------*/
/* Styling ---*/

.ja-megamenu ul.level0 li.mega a.mega {
  color: #333;
  font-weight: normal;
  padding: 0px 1em 15px 1em;
  overflow: auto; /*Fix Margin Collapse Bug */
}

.ja-megamenu ul.level0 li.mega a.mega:hover,
.ja-megamenu ul.level0 li.mega a.mega:active,
.ja-megamenu ul.level0 li.mega a.mega:focus {
	color: #EF2A33;
}

.ja-megamenu ul.level0 li.haschild a.mega.haschild  {
	background: url(../../images/menu-parent.png) no-repeat center bottom ;
}

.ja-megamenu ul.level0 li.haschild-over a.mega.haschild  {
	background: url(../../images/menu-parenthover.png) no-repeat center bottom;	
}

.ja-megamenu ul.level0 li.haschild a.mega span.menu-title, 
.ja-megamenu ul.level0 li.haschild-over a.mega span.menu-title {
	background: none !important;
	padding-left: 0px !important;
}

.ja-megamenu ul.level0 li.mega a img {
  float: left;
}

.ja-megamenu ul.level0 li.active a.mega {
  color: #ef2a33;
}

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

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

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

.ja-megamenu ul.level1 li.mega a.mega {
	text-transform: none;
	color: #666;
	text-transform: none;
	padding: 10px 0px;
	font-size: 90%;
}
.ja-megamenu ul.level1 li.mega a.mega.active {
	color: #ef2a33;
}

.ja-megamenu ul.level1 li.mega a.mega:hover,
.ja-megamenu ul.level1 li.mega a.mega:focus,
.ja-megamenu ul.level1 li.mega a.mega.active:hover,
.ja-megamenu ul.level1 li.mega a.mega.active:focus {
	color: #fff;
}


 /* CHILD CONTENT
-----------------------------------
.ja-megamenu .childcontent-inner {
	background: url(../../images/submenu-bg.png) repeat left top  ;
	border-top: 0;
	margin-top: -8px;
}*/

.ja-megamenu .childcontent-inner {
	border-top: 0;
	margin-top: -8px;
	background-color: #EBEAE0;
}

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

.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;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 115%;
}

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

.ja-megamenu ul.level1 li.haschild, 
.ja-megamenu ul.level1 li.haschild-over {
    background-image: url("../../images/arrow-01.png");
}

.ja-megamenu ul.level1 li.haschild a.mega.haschild,
.ja-megamenu ul.level1 li.haschild-over a.mega.haschild {
	background: none;
}