/**
 * ------------------------------------------------------------------------
 * JA Portfolio Template for Joomla 2.5
 * ------------------------------------------------------------------------
 * 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 a.over, .ja-megamenu a.active {
	color: #FFF !important;
}

ul.megamenu ul.megamenu ul.megamenu { margin: 10px 5px; /* menu's gutter */ } 

/* lv - 0
-----------------------------------*/
/* Styling ---*/
.ja-megamenu ul.level0 li.mega {
	/*background: url(../../images/mainnav-sep.gif) repeat-y right;*/
}

.ja-megamenu ul.level0 li.mega a.mega {
	padding: 15px 15px 10px;
	color: #fff;
	font-size: 14px;
}

.ja-megamenu ul.level0 li.active {
	color: #fff;
	/*background: url(../../images/mainnav-sep.gif) repeat-y right;*/
	background:url(../../images/mainnav_a.jpg)
}

.ja-megamenu ul.level0 li.over, ul.level0 li.haschild-over {
	background:url(../../images/mainnav_c.jpg)
	/*background: #525253;*/
}

/* lv - 1 and below
-----------------------------------*/
/* Styling ---*/
.ja-megamenu ul.level1 li.mega {
	background: url(../../images/divider-2.gif) repeat-x top;
}

.ja-megamenu ul.level1 li.mega.haschild {
	background: url(../../images/divider-4.gif) no-repeat top right;
}

.ja-megamenu ul.level1 li.first { background-image: none }

.ja-megamenu ul.level1 li.over, ul.level1 li.haschild-over {
	background-color: #313435;
}

.ja-megamenu ul.level1 li.mega a.mega {
	border: 0;
	padding: 8px 10px;
	color: #a8d85d;
	border-bottom: 1px solid #ff8a00;
}

.ja-megamenu ul.level1 li a.mega span.menu-desc {
	padding-left: 0 !important;
}

 /* CHILD CONTENT
-----------------------------------*/
.ja-megamenu .childcontent-inner {
	background: #525253;
	border: 1px solid #525253;
	border-top: 0;
	color: #cacccd;
}

.ja-megamenu .level1 .childcontent-inner {
	border-top: 1px solid #525253;
}

.ja-megamenu .childcontent .ja-moduletable { margin: 10px 5px; background: none; border: 0; }
.ja-megamenu .childcontent .ja-moduletable .ja-box-ct { padding: 0; }

.ja-megamenu .childcontent .ja-moduletable h3 {
	background: none;
	border-bottom: 1px dotted #ccc;
	text-transform: uppercase;
}

/* Grouped --- */
.ja-megamenu .group-title {
	background: #313435;
}

.ja-megamenu .group-title .menu-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 100%;
}

.ja-megamenu .group-title .menu-desc {
	padding-left: 0 !important;
}
