/**
 * @version		$Id$
 * @author		Joomseller
 * @package		Joomla!
 * @subpackage	Mod_DropDown_MooMenu
 * @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 { 
    background-color: #000; /* you can change/delete the transparent gradient image or the background color */
    border-top: 1px solid #1E2E00; /* you can change the color of the border */
} 

/* lv - 0
-----------------------------------*/
/* Styling ---*/
ul.level0 { 
    border-right: #496E00; /* you can remove/comment this line or move the border to the left*/ 
} 
ul.level0 li.mega {
	background-color: transparent;
}
ul.level0 li.mega a.mega { 
    border-left: none; /* you should comment/delete this line */ 
    border-right: none; /* and this line */ 
    color: #fff;
}
ul.level0 li.over, ul.level0 li.haschild-over { 

}
ul.level0 li.active { 

} 
ul.level0 li #current.active {
	background: none;
}
/* lv - 1 and below
-----------------------------------*/

/* Layout ---*/

 /* Columns ---*/
.megacol { float: left; border-top: 0px solid #1E2E00; border-left: 1px solid #ccc;  margin: 25px 0 10px 0; min-height: 270px;}
/* Styling ---*/
ul.level1 li.mega { border-top: 1px dotted #fff; background: none; }

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

ul.level1 li.mega a.mega {
	background: none;
	border: 0;
	color: #737d86;

}

.megacol.column1.first {border-left: none; min-height: 50px;}


ul.level1 li.mega a.mega span.menu-title { background: none; padding: 0; }


ul.level1 li.over, 
ul.level1 li.haschild-over {  background: #f4f5f7; color: #737d86;} 

ul.level1 li.haschild,
ul.level1 li.haschild-over {
	background-repeat: no-repeat;
	background-position: 95% center;
	padding: 0;
        background: #f4f5f7;
}


ul.level1 li.group { background: none; margin-top: -10px;}

 /* CHILD CONTENT
-----------------------------------*/

.childcontent-inner {
	background-color: #ffffff; /*change here the color to match the new color you have set for mainnav */
	color: #737d86; /* after changing code above, you might want to change this color to make the text color readable  */ 
  -moz-box-shadow:    3px 3px 5px 3px #ccc;
  -webkit-box-shadow: 3px 3px 5px 3px #ccc;
  box-shadow:         3px 3px 5px 3px #ccc;
}

.childcontent-inner .group ul li.active {
}

.childcontent .js-moduletable {
	color: #ccc;
}
.childcontent .group h3 {
	background: none;
	color: #802d20;
	border-bottom: 1px dotted #669900;
}
.childcontent .js-moduletable a {
	color: #ccc;
	border-bottom: 1px dotted #ccc;
}

.childcontent .js-moduletable a:hover,
.childcontent .js-moduletable a:focus,
.childcontent .js-moduletable a:active {
	color: #737d86;
        background: #f4f5f7
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

/* Grouped --- */
.group-title {
	border-bottom: 1px solid #fff;
cursor: default;
}

.group-title a{

}

.group-title .menu-title {
	color: #802d20;
}

.group-title .menu-desc {
	color: #999;
}

/* reset --- */