/*
# ------------------------------------------------------------------------
# JA Droid template
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
# bound by Proprietary License of JoomlArt. For details on licensing, 
# Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
# Author: JoomlArt.com
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# Redistribution, Modification or Re-licensing of this file in part of full, 
# is bound by the License applied. 
# ------------------------------------------------------------------------
*/

.ja-megamenu ul li.last {
	border-bottom: 0 !important;
}

.ja-megamenu a {
	/*background: url(../../images/mainnav-sep.gif) no-repeat right center;*/
	/*color:#CCC;*/
	color:white;
	padding: 15px 20px;
	font-weight: normal;
	font-size: 110%;
	text-transform: uppercase;
}

.ja-megamenu a.over, .ja-megamenu a.active { color: #fff !important; }
.ja-megamenu a.over {
	text-decoration:underline;
}

/* lv - 0
-----------------------------------*/
.ja-megamenu ul.level0 li.active a.mega {
	/*color: #fffe4r;*/
}

.ja-megamenu ul.level0 li.over a.over {
	/*background: #3C5189;*/
}

/* lv - 1 and below
-----------------------------------*/
/* Styling ---*/
.ja-megamenu ul.level1 li.mega {
	/*border-bottom: 1px solid #354779;*/
	border-top: 1px solid #FFFFFF;
}

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

.ja-megamenu ul.level1 li.mega a.mega {
	border: 0;
	/*padding: 8px 0 !important;*/
	font-size: 100%;
	text-transform: none;
}

.ja-megamenu ul.level1 li.mega a.mega span.menu-title {
	/*color: #BDC5D9;*/
	/*color: #CCC;*/
	color: white;
}

.ja-megamenu ul.level1 li.mega a.mega:hover span.menu-title,
.ja-megamenu ul.level1 li.mega a.mega:focus span.menu-title,
.ja-megamenu ul.level1 li.mega a.mega:active span.menu-title {
	/*color: #FFFFFF;*/
	/*color:#8f8f91;*/
	color: #5b4534;
}

.ja-megamenu ul.level1 li.group {
	border: 0 !important;
}

 /* CHILD CONTENT
-----------------------------------*/
.ja-megamenu .childcontent-inner {
	background: /*#674200;#2e1d00*/#341f14;
	
	border: 1px solid #341f14;
	/*height: 10px;
	padding: 5px 2px;*/
	border-top: 0;
	
	font-family: Arial, Helvetica, sans-serif;
}

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

.ja-megamenu .childcontent .ja-moduletable { color: #333; }

.ja-megamenu .childcontent .ja-moduletable h3 {
	background: none;
	border-bottom: 1px dotted #94a0be;
	text-transform: uppercase;
}

/* Grouped --- */
.ja-megamenu .group-title { 
	/*background: url(../../images/mainnav-hsep.gif) repeat-x left bottom;*/
}

.ja-megamenu .group-title .menu-title {
	/*color: #BDC5D9;*/
	text-transform: uppercase;
	font-weight: bold;
	font-size: 100%;
}

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