/*
#------------------------------------------------------------------------
  Thematic for Joomla 2.5
#------------------------------------------------------------------------
#Copyright (C) 2011 Primer Templates. All Rights Reserved.
#@license - GNU/GPL, http://www.gnu.org/copyleft/gpl.html
#Author: Primer Templates
#Websites: http://www.primertemplates.com
#------------------------------------------------------------------------
*/
.ja-megamenu {
}

.ja-megamenu a{
  	color:#d4d4d4;
	padding:0 18px;
	display:block;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 0px -2px 1px #292c2d;
	line-height:37px;
}

/* lv - 0 
-----------------------------------*/
.ja-megamenu ul.level0 li.mega {
	background: url(../../images/mainnav-sep.gif) repeat-y right center;
}
.ja-megamenu ul.level0 li.last{
	background-image:none;
}
.ja-megamenu ul.level0 li.mega a.mega {
	color: #cacccd;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
	line-height: normal;
}
.ja-megamenu a.over, .ja-megamenu a.active { 	
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .65);
 }
.ja-megamenu ul.level0 li.mega li.first li.over{ 	
	 border-bottom-left-radius: 5px;
  	-moz-border-radius-bottomleft: 5px;
  	-webkit-border-bottom-left-radius: 5px;
 }
.ja-megamenu ul.level0 {
	color: #646E82;
	
}
.ja-megamenu  ul.mega a{
	padding-left: 110px;
	padding-right: 10px;
	}

.ja-megamenu ul.level0 li.over, ul.level0 li.haschild-over {
	background:#373b3c url(../../images/orange.jpg) repeat-x;
  	padding-bottom: 5px;
	border-top-right-radius: 2px;
  	-moz-border-radius-topright: 2px;
  	-webkit-border-top-right-radius: 2px;
  	border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
  	-webkit-border-top-left-radius: 2px;
  	
}
.ja-megamenu ul.level0 li.active {
	color: #fff;
	background:#34383a url(../../images/green.jpg) bottom repeat-x;
	border-radius:2px;
  	-moz-border-radius:2px;
  	padding-bottom: 5px;
  	margin-bottom: 0;
}

/* 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.first { 
	background-image: none;
	border-top: 0;
}

.ja-megamenu ul.level1 li.mega a.mega {
	border: 0;
	color: #cacccd;
}

.ja-megamenu ul.level1 li.active {
	color: #fff;
	background-color: #34383a !important;
	border-radius:2px;
  	-moz-border-radius:2px;
  	border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	padding-bottom: 0;
	padding-top: 0;
}

.ja-megamenu ul.level1 li.over, ul.level1 li.haschild-over {
	background-color: #373b3c;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding-bottom: 0;
	padding-top: 0;
}

 /* CHILD CONTENT
-----------------------------------*/
.ja-megamenu .childcontent-inner {
	background: #34383a;
	border-radius: 5px;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-top-left-radius:0px;
  	-moz-border-radius-topleft:0px;
  	-webkit-border-radius-topleft: 0px;
	border-top: 0;
	color: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .4);
}

.ja-megamenu .level1 .childcontent-inner { border-top: 1px solid #373b3c; }

.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: #202123;
	padding: 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.ja-megamenu .group-title .menu-title {
	color: #ccc;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 115%;
}

.ja-megamenu .group-title .menu-desc {
	color: #999;
	padding-left: 0 !important;
}
