/*
 * ------------------------------------------------------------------------
 * JA T3 Blank template for joomla 2.5
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
*/
.ja-megamenu a.over, .ja-megamenu a.active { color: #CACC2C !important; }

/* lv - 0
-----------------------------------*/
/* Styling ---*/
.ja-megamenu ul.level0 li.mega a.mega {
	color: #999936;
	text-transform:uppercase;
    background: url("/templates/ja_t3_blank/themes/more_contrast_blue/images/megaline.png") no-repeat scroll right top transparent;

}
.ja-megamenu ul.level0 li.mega a.last {
    background: none !important;

}

.ja-megamenu ul.level0 li.over, ul.level0 li.haschild-over {
	/*background-color: #4f4f4f;*/
}

.ja-megamenu ul.level0 li.active {
	/*background-color: #333;*/
}

/* lv - 1 and below
-----------------------------------*/
/* Styling ---*/
.ja-megamenu ul.level1 li.mega { border-top: 1px dotted #666; }

.ja-megamenu ul.level1 li.first { border-top: 0; }

.ja-megamenu ul.level1 li.mega a.mega {
	border: 0;
	background-image: none !important;
}

.ja-megamenu ul.level1 li.over, ul.level1 li.haschild-over {
	background: #0a3959;
}

 /* CHILD CONTENT
-----------------------------------*/
.ja-megamenu .childcontent-inner {
	background: #0a3959;
	border: 1px solid #333;
	border-top: 0;
	color: #CACC2C;
	
}

.ja-megamenu .level1 .childcontent-inner { border-top: 1px solid #333; }

.ja-megamenu .childcontent .ja-moduletable { color: #CACC2C; }

.ja-megamenu .childcontent .ja-moduletable a {
	color: #CACC2C;
	border-bottom: 1px dotted #fff;
}

.ja-megamenu .childcontent .ja-moduletable h3 {
	background: none;
	border-bottom: 1px dotted #666;
	text-transform: uppercase;
}

/* Grouped --- */
.ja-megamenu .group-title { border-bottom: 1px solid #666; }

.ja-megamenu .group-title .menu-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 115%;
}

.ja-megamenu .group-title .menu-desc {
	color: #fff;
	padding-left: 0 !important;
}



.ja-megamenu ul.level0 li.haschild a.mega span.menu-title, .ja-megamenu ul.level0 li.haschild-over a.mega span.menu-title {
    background: none !important;
    padding-left: 0px !important;
}