/*
# ------------------------------------------------------------------------
# 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: #FCEDF2; }

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

.ja-megamenu ul.level0 li.mega a.mega.active {
	/*background-image: url("../../images/mainnav-active.gif");*/
    background: #59021F;
	color: #dbf5fc;
	text-shadow: 0 1px 0 rgba(108, 108, 108, 0.3);
}

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

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

.ja-megamenu ul.level0 li.mega a.mega.over {
	    background: #910836;
    /*background: url(../../images/maninav-hover.gif) left top repeat-x;*/
	color: #FCEDF2;
	text-shadow: 0 1px 0 rgba(204, 204, 204, 0.3);
}

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

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

.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: #3F3F3F; }

.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: #FBBD1E; }

/* 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 #FBBD1E; }