/* JA Rave
---------------------------------------------------------
Originally developed by Patrick Griffiths and Dan Webb
http://www.htmldog.com/articles/suckerfish/dropdowns/
---------------------------------------------------------
NOTE: After a deep research, we decide to divide this
CSS into 2 parts. The first part will define the layout.
The second part will define the visual look for this menu.
---------------------------------------------------------*/
/*
# ------------------------------------------------------------------------
# JA Rave template for Joomla 1.5.x
# ------------------------------------------------------------------------
# Copyright (C) 2004-2009 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.
# ------------------------------------------------------------------------
*/

/* COMMON STYLE
--------------------------------------------------------- */

.ja-megamenu ul.level0 li.mega.active a.active,
 .ja-megamenu ul.level0 li.active.haschild a.active.haschild{
	background: url(../../images/navtab-l.png) no-repeat left top;
}

.ja-megamenu ul.level0 li.mega.active a.mega.active span.menu-title,
.ja-megamenu ul.level0 li.active.haschild a.active.haschild span.menu-title {
	background: url(../../images/navtab-r.png) no-repeat right top;
}

/* lv - 1 and below
-----------------------------------*/
/* Styling ---*/
.ja-megamenu ul.level1 li.haschild, .ja-megamenu ul.level1 li.haschild-over {
	background: none;
}

.ja-megamenu ul.level1 li.mega a.mega.over,
.ja-megamenu ul.level1 li.mega.over a.mega.over,
.ja-megamenu ul.level1 li.haschild-over a.haschil,
.ja-megamenu ul.level1 li.haschild-over a.haschil.over,
.ja-megamenu ul.level1 li.active.over a.mega,
.ja-megamenu ul.level1 li.active.over a.mega.over {
	color: #16a8e2;
	background: none;
	padding: 7px 0px;
}

.ja-megamenu ul.level1 li.mega a.mega span.menu-title  {
	padding: 0px;
	background: none;
}

.ja-megamenu ul.level1 li.mega a.mega.over span.menu-title,
.ja-megamenu ul.level1 li.mega.over a.mega.over span.menu-title,
.ja-megamenu ul.level1 li.active.over a.mega span.menu-title,
.ja-megamenu ul.level1 li.active.over a.mega.over span.menu-title {
	padding: 0px;
	background: none;
	color: #16a8e2;
}

.ja-megamenu ul.level1 li.mega.active a.mega.active {
	color: #16a8e2;
	background: none;
}
.ja-megamenu ul.level1 li.mega.active a.mega.active span.menu-title {
	background: none;
	padding: 0px;
	color: #16a8e2;
}

.ja-megamenu ul.level1 li.haschild a.mega span.menu-title, 
.ja-megamenu ul.level1 li.haschild-over a.mega span.menu-title{
	background: url(../../images/arrow5.png) no-repeat 98% center;
}

.ja-megamenu ul.level1 li.haschild.over a.mega.over span.menu-title, 
.ja-megamenu ul.level1 li.haschild-over.over a.mega.over span.menu-title,
.ja-megamenu ul.level1 li.active.haschild a.mega.active span.menu-title, 
.ja-megamenu ul.level1 li.active.haschild-over a.mega.active.over span.menu-title,
.ja-megamenu ul.level1 li.haschild-over.over a.mega.active span.menu-title,
.ja-megamenu ul.level1 li.haschild-over a.haschil.over span.menu-title{
	background: url(../../images/arrow9.png) no-repeat 98% center;
	color: #16a8e2;
}

.ja-megamenu ul.level1 li.mega.over, .ja-megamenu ul.level1 li.mega.active {
	background: none;
	padding: 0px;
}

.ja-megamenu ul.level1 li.mega.active.over  {
	background: none;
	padding: 0px;
}

.ja-megamenu ul.level1 li.mega.active.over a.mega.active.over span.menu-title{
	background: none;
	padding: 0px;
}

.ja-megamenu ul.level1 li.mega.active.over a.mega.active.over {
	background: none;
	padding: 7px 0px;
}


.ja-megamenu li.active.haschild-over ul.level2 li.mega a.mega, 
.ja-megamenu li.active.haschild-over ul.level2 li.mega a.mega span.menu-title {
	color: #555;
}

.ja-megamenu li.active.haschild-over ul.level2 li.mega a.mega.over, 
.ja-megamenu li.active.haschild-over ul.level2 li.mega a.mega.over span.menu-title {
	color: #16a8e2;
}


 /* CHILD CONTENT
-----------------------------------*/
