/*
# ------------------------------------------------------------------------
# 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 a {
	background: url(../../images/mainnav-sep.gif) no-repeat right center;
	color: #d47472;
}

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

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

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

.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.first { border-top: 0; }

 /* CHILD CONTENT
-----------------------------------*/
.ja-megamenu .childcontent-inner {
	background: #9F1511;
	border: 1px solid #430807;
	border-top: none;
}

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

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

.ja-megamenu .childcontent .ja-moduletable h3 {
	border-bottom: 1px dotted #ccc;
}

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

.ja-megamenu .group-title .menu-title {
	color: #E19997;
	text-transform: uppercase;
}

.ja-megamenu .group-title .menu-desc { color: #E19997; }
