/*
#------------------------------------------------------------------------
JA Purity II for Joomla 1.5
#------------------------------------------------------------------------
#Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
#@license - GNU/GPL, http://www.gnu.org/copyleft/gpl.html
#Author: J.O.O.M Solutions Co., Ltd
#Websites: http://www.joomlart.com - http://www.joomlancers.com
#------------------------------------------------------------------------
*/
.ja-megamenu
{
	margin: 0px 0 0;
	padding: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	/*[disabled]border-radius:10px;*/
	background: #FFFFFF url("../../images/mainnav-menu-bg.jpg") repeat-x left bottom;
/*border: 1px solid #181818;*/
	/*+placement:shift 0px 0px;*/
	position: relative;
	left: 0px;
	top: 0px;
}
.ja-megamenu A.over, .ja-megamenu A.active
{
	color: #FFFFFF !important;
	text-shadow: 1px 1px 0 #000000;
}
UL.megamenu
{
	margin: 10px;
/*menu's gutter*/
}
/*lv - 0
-----------------------------------
Styling ---*/
UL.level0
{
/*border-right: 1px solid #666666;*/
	/*[disabled]border-left:1px solid #FFFFFF;*/
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	background: #FFFFFF url("../../images/mainnav-menu-bg.jpg") repeat-x left bottom;
	/*[disabled]border-top-right-radius:10px;*/
}
UL.level0 LI.mega
{
	background: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
UL.level0 LI.mega A.mega
{
/*border-left: 1px solid #666666;
border-right: 1px solid #333333;*/
	/*[disabled]border-right:1px solid #D5D5D5;*/
/*color: #fff;*/
	color: #101010;
	display: block;
	font-weight: bold;
	line-height: normal;
	margin: 0;
/*padding: 11px 15px;*/
	padding: 10px 8px;
	text-decoration: none;
	font-family: arial;
}
UL.level0 LI.mega .has-image
{
	padding-left: 20px;
	padding-top: 0px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}
UL.level0 LI.mega SPAN.menu-title
{
	display: block;
/*font-size: 14px;*/
}
UL.level0 LI.mega SPAN.menu-desc
{
	display: block;
	font-weight: normal;
	font-size: 92%;
	color: #999;
}
UL.level0 LI.over SPAN.menu-desc, UL.level0 LI.active SPAN.menu-desc
{
	color: #FFF;
}
UL.level0 LI.mega A IMG
{
	float: left;
	padding-right: 5px;
}
UL.level0 LI.over, UL.level0 LI.haschild-over
{
	background: url(../../images/menuitemHover.png) no-repeat center top;
	/*[disabled]border-top-left-radius:10px;*/
	/*[disabled]border-top-right-radius:10px;*/
}
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
{
	background: #006699 url(../../images/menuitemActive.png) no-repeat center top;
	/*[disabled]border-top-left-radius:10px;*/
	/*[disabled]border-top-right-radius:10px;*/
}
/*lv - 1 and below
-----------------------------------
Layout ---*/
.ja-megamenu LI.mega .childcontent
{
	display: block;
	height: auto;
	position: absolute;
}
.ja-megamenu LI.mega .childcontent, .ja-megamenu LI.haschild-over LI.mega .childcontent, .ja-megamenu LI.mega LI.haschild-over LI.mega .childcontent, .ja-megamenu LI.mega LI.mega LI.haschild-over LI.mega .childcontent, .ja-megamenu LI.mega LI.mega LI.mega LI.haschild-over LI.mega .childcontent, .ja-megamenu LI.mega LI.mega LI.mega LI.mega LI.haschild-over LI.mega .childcontent
{
	left: -999em;
/*hide the menu*/
}
.ja-megamenu LI.haschild-over .childcontent, .ja-megamenu LI.mega LI.haschild-over .childcontent, .ja-megamenu LI.mega LI.mega LI.haschild-over .childcontent, .ja-megamenu LI.mega LI.mega LI.mega LI.haschild-over .childcontent, .ja-megamenu LI.mega LI.mega LI.mega LI.mega LI.haschild-over .childcontent, .ja-megamenu LI.mega LI.mega LI.mega LI.mega LI.mega LI.haschild-over .childcontent
{
	left: auto;
/*show on parent:hover*/
}
.ja-megamenu LI.mega .right, .ja-megamenu LI.haschild-over LI.mega .right, .ja-megamenu LI.mega LI.haschild-over LI.mega .right, .ja-megamenu LI.mega LI.mega LI.haschild-over LI.mega .right, .ja-megamenu LI.mega LI.mega LI.mega LI.haschild-over LI.mega .right, .ja-megamenu LI.mega LI.mega LI.mega LI.mega LI.haschild-over LI.mega .right
{
	right: auto;
/*hide the menu*/
}
.ja-megamenu LI.haschild-over .right
{
	right: 0;
/*show on parent:hover*/
}
.ja-megamenu LI.mega LI.haschild-over .right, .ja-megamenu LI.mega LI.mega LI.haschild-over .right, .ja-megamenu LI.mega LI.mega LI.mega LI.haschild-over .right, .ja-megamenu LI.mega LI.mega LI.mega LI.mega LI.haschild-over .right, .ja-megamenu LI.mega LI.mega LI.mega LI.mega LI.mega LI.haschild-over .right
{
	right: 12em;
/*show on parent:hover*/
}
UL.level1 LI.mega
{
	float: none;
}
UL.level1 .childcontent
{
	margin: -2em 0 0 160px;
}
/*Columns ---*/
.megacol
{
	float: left;
}
/*
.cols1 .megacol { width: 100px }
.cols2 .megacol { width: 50%; }
.cols3 .megacol { width: 33.3%; }
.cols4 .megacol { width: 25%; }
.cols5 .megacol { width: 20%; }
.cols6 .megacol { width: 16.6%; }
.cols7 .megacol { width: 14.2%; }
.cols8 .megacol { width: 12.5%; }
.cols9 .megacol { width: 11.1%; }
.cols10 .megacol { width: 10%; }


.ja-megamenu .cols1 { width: 200px; }
.ja-megamenu .cols2 { width: 400px; }
.ja-megamenu .cols3 { width: 600px; }
.ja-megamenu .cols4 { width: 800px; }
.ja-megamenu .cols5 { width: 1000px; }
.ja-megamenu .cols6 { width: 1200px; }
.ja-megamenu .cols7 { width: 1400px; }
.ja-megamenu .cols8 { width: 1800px; }
.ja-megamenu .cols9 { width: 2000px; }
.ja-megamenu .cols10 { width: 2200px; }

Styling ---*/
UL.level1 LI.mega
{
/*border-top: 1px dotted #444444;*/
	border-top: 1px solid #101010;
}
UL.level1 LI.first
{
	border-top: 0;
}
UL.level1 LI.mega A.mega
{
	background: none;
	border: 0;
/*color: #cccccc;*/
	color: #FFFFFF;
	font-weight: normal;
/*padding: 5px;*/
	padding: 8px 5px;
}
UL.level1 LI.mega A.mega SPAN.menu-title
{
	background: none;
	padding: 0;
	font-size: 12px;
}
UL.level1 LI.haschild
{
/*background: url(../../images/arrow.png) no-repeat 95% center;*/
	padding: 0;
}
UL.level1 LI.haschild A
{
	background: url(../../images/arrow-white.png) no-repeat 95% center !important;
}
UL.level1 LI.over
{
	background: #444444;
	border-radius: 0px;
}
UL.level1 LI.haschild-over
{
	background: #444444 url(../../images/arrow.png) no-repeat 95% center;
}
UL.level1 LI.group, .active UL.level1 LI.group
{
	background: none;
}
/*CHILD CONTENT
-----------------------------------*/
.childcontent
{
	z-index: 999;
}
.childcontent-inner
{
	background: #333333;
	border: 1px solid #666666;
	color: #CCC;
	margin-top: 1px;
}
.childcontent-inner-wrap .childcontent-inner
{
	min-height: 0 !important;
}
.childcontent-inner UL
{
	margin: 0 !important;
}
.childcontent .ja-moduletable
{
	color: #CCC;
	border-bottom: 0;
	line-height: 1.5;
	margin: 10px 0;
	padding: 0;
}
.childcontent .ja-moduletable H3
{
	background: none;
	color: #FFF;
	border-bottom: 1px dotted #444;
	margin-left: 10px;
	margin-right: 10px;
	text-indent: 5px;
	text-transform: none;
}
.childcontent .ja-moduletable .ja-box-ct
{
	padding: 0 5px;
}
.childcontent .ja-moduletable A
{
	color: #CCC;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
}
.childcontent .ja-moduletable A:hover, .childcontent .ja-moduletable A:focus, .childcontent .ja-moduletable A:active
{
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}
.childcontent .ja-moduletable UL:first-child
{
	margin-top: 0 !important;
}
.childcontent .ja-moduletable LI
{
	background: url(../../images/bullet2.gif) no-repeat 2px 7px !important;
	margin-bottom: 5px;
}
/*Grouped ---*/
.group
{
}
.group-title
{
	border-bottom: 1px solid #444;
	overflow: hidden;
}
.group-title .menu-title
{
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 115%;
}
.group-title .menu-desc
{
	color: #999;
	padding-left: 0 !important;
}
.group-content .ja-moduletable, .group-content UL.megamenu
{
	margin: 10px;
/*Group-content's gutter*/
}
/*reset ---*/
.childcontent UL.megamenu .ja-moduletable
{
	padding: 0;
}
.childcontent UL.megamenu .ja-moduletable H3
{
	margin-left: 0;
	margin-right: 0;
}
