/*
# ------------------------------------------------------------------------
# JA Teline III - Stable - Version 1.4 - Licence Owner JA126058
# ------------------------------------------------------------------------
# Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
# ------------------------------------------------------------------------

1st lv
-----------------------------------*/
.ja-megamenu
{
	float: right;
	background-color: #EB6118;
}
.ja-megamenu LI.mega
{
	border: none;
}
.ja-megamenu LI.havechild A.megaitem
{
	width: 70px;
	border-left: 1px solid #DDD;
	color: #FFF;
	height: 19px;
	line-height: 19px;
	padding: 0;
}
.ja-megamenu LI.havechild A.megaitem SPAN
{
	background: none;
	padding: 0;
}
.ja-megamenu LI.mega A.megaitem
{
	font-weight: bold;
}
.ja-megamenu LI.mega:hover, .ja-megamenu LI.over
{
	background: #2A4177;
	color: #FFF;
}
.ja-megamenu LI.mega:hover A, .ja-megamenu LI.mega:hover A:hover, .ja-megamenu LI.over A, .ja-megamenu LI.over A:hover
{
	color: #FFF;
	text-decoration: none;
}
.ja-megamenu LI.active A.megaitem
{
	background: #333;
	color: #FFF;
	text-decoration: none;
}
/*2nd lv
-----------------------------------*/
.ja-megamenu LI.havechild .childcontent
{
/*hide the menu*/
	width: 180px;
}
.childcontent
{
	background: #FFF url(../images/grad-l2.gif) repeat-x top;
	border: 1px solid #DDD;
	margin-left: -111px;
	color: #333;
}
.childcontent A
{
	padding: 0 !important;
	color: #000 !important;
	display: inline !important;
	border-bottom: 1px dotted #000;
}
.childcontent A:hover
{
	text-decoration: none !important;
	border-bottom: 1px solid #000;
}
.childcontent .button
{
	margin: 10px 0;
	font-weight: bold;
	font-size: 100%;
}
/*2nd lv content ---*/
.childcontent .inner H3
{
	margin: 0 0 10px;
	padding: 0;
	font-size: 100%;
}
.childcontent .inner UL
{
	margin: 0;
	padding: 0;
}
.ja-megamenu LI.havechild .childcontent .inner UL LI
{
	background: url(../images/bullet.gif) no-repeat 2px 7px !important;
	margin: 0;
	padding-left: 10px;
	overflow: hidden;
	border: none;
}
/*Megamenu Module Override ----
Twitter*/
.ja-megamenu .ja-twitter
{
	padding: 0;
}
.ja-megamenu .ja-twitter H4
{
	display: none;
}
