/*
# ------------------------------------------------------------------------
# JA Megamenu module for Joomla 1.5
# ------------------------------------------------------------------------
# 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 {
	margin: 0;
	padding: 0;
}

.ja-megamenu li.mega {
	margin: 0 0 0 10;
	padding: 0;
	background: none;
	display: block;
	float: left;
}

.ja-megamenu li.havechild a.megaitem {
	display: block;
	text-align: center;
}

.ja-megamenu li.havechild a.megaitem span {
	background: url(arrow.png) no-repeat left center;
	padding-left: 10px;
}

.ja-megamenu li.mega a.megaitem {
	display: block;
}

.ja-megamenu li.mega:hover {
	
}

.ja-megamenu li.mega:hover a,.ja-megamenu li.mega:hover a:hover {
	text-decoration: underline;
}

.ja-megamenu li.active a.megaitem {
	text-decoration: underline;
}

/* 2nd lv
-----------------------------------*/
.ja-megamenu li.havechild .childcontent { /*hide the menu*/
	display: block;
	position: absolute;
	height: auto;
	left: -999em;
}

.ja-megamenu li.havechild:hover .childcontent,.ja-megamenu li.over .childcontent
	{ /*show on parent:hover*/
	position: absolute;
	left: auto;
}

.childcontent {
	background: #fff;
	border: 1px solid #ddd;
	z-index: 999;
	color: #333;
}

/* 2nd lv content ---*/
.childcontent .inner {
	padding: 15px !important;
}
