/*
# ------------------------------------------------------------------------
# JA Travel 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. 
# ------------------------------------------------------------------------
*/

/* COMMON STYLE
--------------------------------------------------------- */
.ja-megamenu ul.level0 li.mega a.mega { color: #fff; }

.ja-megamenu ul.level0 li.mega span.menu-desc { color: #96bbcb; }

.ja-megamenu ul.level0 li.mega a.mega.active {
	background-image: url("../../images/mainnav-active.gif");
	color: #6ba5be;
	text-shadow: 0 1px 0 rgba(108, 108, 108, 0.3);
}

.ja-megamenu ul.level0 li.mega a.mega.active span.menu-desc { color: #6ba5be; }

.ja-megamenu ul.level0 li.haschild.active a.haschild.active span.menu-title { color: #6ba5be; }

.ja-megamenu ul.level0 li.mega a.mega.over {
	background: url(../../images/maninav-hover.gif) left top repeat-x;
	color: #174256;
	text-shadow: 0 1px 0 rgba(227, 227, 227, 0.3);
}

.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: #174256; }

.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 { color: #73695C; }

.ja-megamenu ul.level1 li.mega a.mega.over,
.ja-megamenu ul.level1 li.mega.active a.mega.active { background: none; color: #32a4d3; }

.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: #32a4d3; }

 /* CHILD CONTENT
-----------------------------------*/
.ja-megamenu .childcontent-inner { border-color: #32a4d3; }

/* 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 #F5A594; }