/**
 * @version		$Id$
 * @author		Joomseller
 * @package		Joomla!
 * @subpackage	Mod_DropDown_MegaMenu
 * @copyright	Copyright (C) 2008 - 2011 by Joomseller Solutions. All rights reserved.
 * @license		http://www.gnu.org/licenses/gpl.html GNU/GPL version 3
 */
 
/* Clearfix
-------------------------------------------------------------*/
#js-mainnav { 
} 
/* lv - 0
-----------------------------------*/
/* Styling ---*/
ul.level0 {
	border:none;
}
ul.level0 li.mega {
	background-color: #d9cfa3;
}
ul.level0 li.mega a.mega {
	color: #eeeeee;
}
ul.level0 li.mega span.menu-desc {
	color: #999;
}
ul.level0 li.over, ul.level0 li.haschild-over {
	background-color: #e4dcbb;
}
ul.level0 li.active {
	background-color: #e4dcbb;
}
/* lv - 1 and below
-----------------------------------*/
ul.level1 li.mega {
	background: none;
}
/* Layout ---*/

 /* Columns ---*/
.megacol { float: left; }
/* Styling ---*/
ul.level1 li.mega { }

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

ul.level1 li.mega a.mega {
	background: none;
	border: 0;
	color:#7a7355!important;
	font-size:12px!important;
}


ul.level1 li.over, 
ul.level1 li.haschild-over { background: #b5aa7b; }

ul.level1 li.haschild,
ul.level1 li.haschild-over {
	background-image: url(../../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	padding: 0;
}
ul.level1 li.mega a.mega span.menu-title { background: none; padding: 0; }



ul.level1 li.group { background: none; }

 /* CHILD CONTENT
-----------------------------------*/
.childcontent-inner {
	background-color: #e4dcbb; /*change here the color to match the new color you have set for mainnav */
	color: #000!important; /* after changing code above, you might want to change this color to make the text color readable  */ 
	border-bottom: 1px solid #000;
}
.childcontent-inner .group ul li.active {
	background-color: #b5aa7b !important;
	color:#FFF!important;
}
.childcontent .js-moduletable {
	color: #000;
}
.childcontent .group h3 {
	background: none;
	color: #fff;
	border-bottom: 1px dotted #d1c38b;
}
.childcontent .js-moduletable a {
	color: #fff;
	border-bottom: 1px dotted #d1c38b;
}
.childcontent .js-moduletable a:hover,
.childcontent .js-moduletable a:focus,
.childcontent .js-moduletable a:active {
	color: #fff;
	border-bottom: 1px solid #d1c38b;
}
/* Grouped --- */
.group-title {
	border-bottom: 1px solid #d1c38b;
}
.group-title .menu-title {
	color: #7A7355;
}
.group-title .menu-desc {
	color: #999;
}
/* reset --- */