/*
# ------------------------------------------------------------------------
# JA Ironis 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. 
# ------------------------------------------------------------------------
*/

.ja-megamenu ul.level0 li.over > a.mega { background: #3caac8;  }

.ja-megamenu ul.level0 > li.haschild a.mega > span.menu-title, 
.ja-megamenu ul.level0 > li.haschild-over > a.mega > span.menu-title {
	background-image: url(../../images/arrow3.png);
}

.ja-megamenu ul.level0 > li.haschild > a.active span.menu-title {
	background-image: url(../../images/arrow3-active.png);
}

/* lv - 1 and below
-----------------------------------*/
/* Styling ---*/
.ja-megamenu ul.level1 li.mega > a.mega {
	background: url(../../images/arrow-normal.png) no-repeat 15px center;
}

.ja-megamenu ul.level1 li.active > a.mega {
	background-image: url(../../images/arrow-active.png);
}

.ja-megamenu ul.level1 li.over > a.mega {
	background-image: url(../../images/arrow-active.png);
}

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


/* Grouped --- */
.ja-megamenu .group-title {
}

