/*
#------------------------------------------------------------------------
  Smartex for Joomla 2.5
#------------------------------------------------------------------------
#Copyright (C) 2012 solidbusinessgroup.net. All Rights Reserved.
#@license - GNU/GPL, http://www.gnu.org/copyleft/gpl.html
#Author: Joel Muriuki
#Websites: http://www.solidbusinessgroup.net 
#------------------------------------------------------------------------
*/

.ja-megamenu { 
background: url("../../images/gradient.png") 0px 0px transparent;
height: 100%;
left: 0px;
position: absolute;
width: 100%;
}
.ja-megamenu a{
  	color: #000000 !important;
}
ul.megamenu {
  margin: 5px;
}
/* lv - 0 
-----------------------------------*/
.ja-megamenu ul.level0 li.mega { 
border-right: 1px solid #000000;
height: 100%;
}
.ja-megamenu ul.level0 li.last {
  background: none repeat scroll 0 0 transparent;
}
.ja-megamenu ul.level0 li.mega span.menu-desc {
  display: block;
  font-size: 9px;
  font-weight: normal;
}
.ja-megamenu ul.level0 li.mega a.over, .ja-megamenu ul.level0 li.mega a.active {
  color: #FFFFFF !important;
}
.ja-megamenu ul.level0 li.mega a.mega, .ja-megamenu ul.level0 li.mega a.over, .ja-megamenu ul.level0 li.mega a.active {
  display: block;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 10px 10px 20px;
  text-decoration: none;
  text-shadow: none;
}
.ja-megamenu ul.level1 li.mega a.mega {
  padding: 8px 15px;
  color: #333333 !important;
}
.ja-megamenu ul.level1 li.mega a.over, .ja-megamenu ul.level1 li.mega a.active {
  padding: 8px 15px 7px;
}

.ja-megamenu ul.level0 li.mega li.last.over, .ja-megamenu ul.level0 li.mega li.last.active {
  border-bottom: 2px solid #D17200;
}

.ja-megamenu ul.level0 li.mega li.last a.over, .ja-megamenu ul.level0 li.mega li.last a.active {
  padding: 8px 15px 6px;
}

.ja-megamenu ul.level1 li.mega a.over, .ja-megamenu ul.level1 li.mega a.active {
  color: #D17200 !important;
}

.ja-megamenu ul.level0 {
  color: #646E82;
  height: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}

.ja-megamenu  ul.mega a{
	padding-left: 110px;
	padding-right: 10px;
}

.ja-megamenu ul.level0 li.active, .ja-megamenu ul.level0 li.over, ul.level0 li.haschild-over { 
background: url("../../images/gradient.png") 0px 0px  #D17200;
border-bottom: 4px solid #2F2F2F;
border-right: 0px solid #000000;
margin-right: 1px;
padding-bottom: 0px;
}

.ja-megamenu ul .level0 li .mega li .first li .over{ 	
	 border-bottom-left-radius: 0px;
  	-moz-border-radius-bottomleft: 0px;
  	-webkit-border-bottom-left-radius: 0px;
 }
 .ja-megamenu ul.level0 li.mega span.menu-title {
  display: block;
  text-transform: uppercase;
}
/* lv - 1 and below
-----------------------------------*/
/* Styling ---*/
.ja-megamenu ul.level1 li.mega { 
background-color: transparent;
background-image: none;
border-bottom: 1px solid #E0E0E0;
border-right: medium none currentColor;
}

.ja-megamenu ul.level0 li.mega li.last {
  border-bottom: medium none;
  border-right: medium none;
}

.ja-megamenu ul.level1 {
  background-image: none;
  border-bottom: medium none;
  border-right: medium none;
}

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

.ja-megamenu ul.level1 li.mega a.mega {
  border: 0 none;
  color: #000000;
}

.ja-megamenu ul.level1 li.active {
  border-bottom: 2px solid #D17200;
  color: #D17200;
  margin-right: 1px;
  padding-bottom: 0px;
}
.ja-megamenu ul.level1 li.over, ul.level1 li.haschild-over {
  border-bottom: 2px solid #D17200;
  color: #D17200;
  margin-right: 1px;
  padding-bottom: 0px;
}
 /* CHILD CONTENT
-----------------------------------*/
.ja-megamenu .childcontent-inner {
	background: #f4f4f4;
	border-radius: 0px;
	-moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
	box-shadow: 0 0 3px #000000;
	-moz-box-shadow: 0 0 3px #000000;
	-webkit-box-shadow: 0 0 3px #000000;
  background: none repeat scroll 0 0 #F4F4F4;
  border: 1px solid #E0E0E0;
  border-radius: 0 0 0 0;
  box-shadow: 0 0 3px #000000;
  color: #000000;
  margin-top: 0px;
}

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

.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 {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 1px solid #E0E0E0;
  padding: 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

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

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