/*
 * ------------------------------------------------------------------------
 * JA Travel 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.
 * ------------------------------------------------------------------------
*/
/* COMMON STYLE
--------------------------------------------------------- */

.ja-megamenu ul.level0 li.mega a.mega { color: #2d5569; }

.ja-megamenu ul.level0 li.mega span.menu-desc { color: #2d5569; }

.ja-megamenu ul.level0 li.mega a.mega.active {
	background-image: url("../../images/mainnav-active.gif");
	color: #0c314c;
}

.ja-megamenu ul.level0 li.mega a.mega.active span.menu-desc { color: #2d5569; }

.ja-megamenu ul.level0 li.haschild.active a.haschild.active span.menu-title { color: #2d5569; }

.ja-megamenu ul.level0 li.mega a.mega.over {
	background: url(../../images/maninav-hover.gif) left top repeat-x;
	color: #f8d286;
}

.ja-megamenu ul.level0 li.haschild-over.active a.haschild.active.over span.menu-title { color: #174256; }

.ja-megamenu ul.level0 li.mega a.mega.over span.menu-desc { color: #f8d286; }

.ja-megamenu ul.level0 li.haschild a.mega span.menu-title, 
.ja-megamenu ul.level0 li.haschild-over a.mega span.menu-title {
	background: url("../../images/arrow3.png") no-repeat right 5px;
}

/* lv - 1 and below
-----------------------------------*/
/* Styling ---*/
.ja-megamenu ul.level1 li.mega.haschild-over,
.ja-megamenu ul.level1 li.active.haschild,
.ja-megamenu ul.level1 li.mega.active.haschild-over{
	background: url("../../images/bullet.png") no-repeat scroll right center;
}

.ja-megamenu ul.level1 li.mega a.mega { background: #76a2b7; color: #2d5569; }

.ja-megamenu ul.level1 li.mega a.mega.over { background: #547f93; color: #ffffff; }
.ja-megamenu ul.level1 li.mega.active a.mega.active { background: #2d5569; color: #ffffff; }

.ja-megamenu ul.level1 li.haschild.active a.haschild.active span.menu-title, 
.ja-megamenu ul.level1 li.haschild-over.active a.haschild.active.over span.menu-title { color: #6ba00f; }

 /* CHILD CONTENT
-----------------------------------*/
.ja-megamenu .childcontent-inner { border-color: #547f93; }

/* Grouped --- */
.ja-megamenu ul.level1 li.mega .group-title a.mega { background-image: url(../../images/arrow-title.png); }

.ja-megamenu ul.level1 li.mega .group-title a.mega span.menu-title { border-bottom: 2px solid #0D99F6; }