/*
# ------------------------------------------------------------------------
# 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: #94a0be;
	padding: 15px 20px !important;
	font-weight: normal !important;
	font-size: 110%;
	text-transform: uppercase;
	font-style:normal;
}

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

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

.ja-megamenu ul.level0 li.over a.over {
	background: #0c1c47;
}

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

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

.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;
}

.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: #fff;
}

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

 /* CHILD CONTENT
-----------------------------------*/
.ja-megamenu .childcontent-inner {
	background: #3C5189;
	border: 1px solid #354779;
	border-top: 0;
	font-family: Arial, Helvetica, sans-serif;
}

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

.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;
}