/*
# ------------------------------------------------------------------------
# JA Ores template for Joomla 1.5.x
# ------------------------------------------------------------------------
# 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; /* all lists */
	padding: 0;
}

ul.megamenu { margin: 10px; /* menu's gutter */ } 

/* lv - 0
-----------------------------------*/
/* Styling ---*/
ul.level0 {
	margin: 0;
	padding: 0;
}

ul.level0 li.mega {
	margin: 0; /* all list items */
	padding: 0;
	float: left;
	display: block;
	background: none;
	cursor: pointer;
}

ul.level0 li.mega a.mega {
	font-size: 100%;
	padding: 20px 15px 15px;
	display: block;
	color: #757575;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	cursor: pointer;
}

ul.level0 li.mega a.last { }

ul.level0 li.mega a.mega .has-image {
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left 6px;
	font-size: 100%;
}

ul.level0 li.mega span.menu-title { display: block; }

ul.level0 li.mega span.menu-desc {
	display: block;
	font-weight: normal;
	font-size: 92%;
	color: #999;
}

ul.level0 li.mega a img {
	float: left;
	padding-right: 5px;
}

ul.level0 li.over, ul.level0 li.haschild-over { }

ul.level0 li.haschild a.mega span.menu-title,
ul.level0 li.haschild-over a.mega span.menu-title {
	background: url(../../images/arrow3.png) no-repeat left center;
	padding-left: 12px;
}

ul.level0 li.haschild a.mega span.menu-desc,
ul.level0 li.haschild-over a.mega span.menu-desc {
	padding-left: 12px;
}

ul.level0 li.active { }

ul.level0 li.mega a:hover,
ul.level0 li.mega a:active,
ul.level0 li.mega a:focus,
ul.level0 li.mega a.sfhover {
	color: #353535;
	background-color: #e5e5e5;
}


ul.level0 li.mega a.active,
ul.level0 li.mega a.active:hover,
ul.level0 li.mega a.active:active,
ul.level0 li.mega a.active:focus {
	background-color: #e5e5e5;
	background-image: none;
	color: #353535;
}

