/*
 * ------------------------------------------------------------------------
 * JA Edenite Template for Joomla 2.5
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/

/* lv - 1 and below
-----------------------------------*/
/* Styling ---*/

.ja-megamenu ul.level0 li.mega {
	border-color: #BABDB6;
}

.ja-megamenu ul.level0 li.over, ul.level0 li.haschild-over{
	background-image: url(../../images/grad2-1.gif);
	background-color: #626A69;
}

.ja-megamenu ul.level0 li.mega a.mega{
	border-color: #626A69;
	color: #FFFFFF;
}

.ja-megamenu li a.active, .ja-megamenu li a.active:hover, .ja-megamenu li a.active:active, .ja-megamenu li a.active:focus {
	background-image: url(../../images/grad2-2.gif);
	background-color: #CC0000;
}


.ja-megamenu ul.level1 li.mega {
	border-top: solid 1px #858783;
	border-bottom: none;
}

.ja-megamenu ul.level1 li.first {
	border-top: none;
}
 /* CHILD CONTENT
-----------------------------------*/
.ja-megamenu .childcontent-inner {
	background-image: url(../../images/grad2.gif);
	background-color: #A1A1A1;
	background-repeat: no-repeat;
	border-color: #626A69;
}

.ja-megamenu .group-title { border-color: #babdb6; }
 
#ja-mainnav li .group-title a { border-color: #626a69 !important; }