/**
 * ------------------------------------------------------------------------
 * JA Teline III  Template for Joomla 1.7
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 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.
 * ------------------------------------------------------------------------
 */ 
/*menu*/ 
.ja-megamenu ul.level1 .childcontent {
    margin-left: 115px !important;}
.megacol .level1 a {
    font-weight: normal !important;
}
/*end menu*/ 
#ja-mainnav .ja-megamenu { margin: 0; padding: 0; border-top-color: black;
    border-top-style: solid;
    border-top-width: 15px; }
#ja-mainnav .ja-megamenu a.over, .ja-megamenu a.active { color: #000 !important; }

ul.megamenu { margin: 10px; /* menu's gutter */ } 

/* lv - 0
-----------------------------------*/
/* Styling ---*/
.ja-megamenu ul.level0 {
	float: left;
	margin: 0;
	padding: 0;
}

.ja-megamenu ul.level0 li.mega {
	background: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 36px;
}

.ja-megamenu li.haschild span.menu-title{
	margin-left: 0px !important;
}
.ja-megamenu li.haschild-over span.menu-title{
	margin-left: 0px !important;
}

.ja-megamenu ul.level0 li.mega a.mega {
	  background-attachment: scroll;
    background-clip: border-box;
    background-color: #333333;
    background-image: url("/o/6694/images/14609/mainnav-active.gif");
    background-origin: padding-box;
    background-position: center top;
    background-repeat: repeat-x;
    background-size: auto auto;
    color: #FFFFFF;
    color: black !important;
    font-weight: lighter;
    background-color: transparent !important;
    background-image: none !important;
    text-transform: uppercase;
    line-height: normal;
    padding-top: 10px !important;
    padding-left: 9px !important;
    padding-right: 11px !important;
}

.childcontent ul.level1{
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.ja-megamenu ul.level0 li.mega .has-image {
	padding-left: 25px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}

.ja-megamenu ul.level0 li.mega span.menu-title { display: block;
    font-family: Futura !important;
    font-size: 75% !important;
    line-height: normal;
    text-transform: uppercase; 
    margin-left: 12px;
    margin-right: 12px;
    }

.ja-megamenu ul.level0 li.mega span.menu-desc {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-weight: normal;
	color: #666;
	text-transform: none;
	padding-left: 0;
}

.ja-megamenu ul.level0 li.mega a img {
	float: left;
	padding-right: 5px;
}

.ja-megamenu ul.level0 li.over, .ja-megamenu ul.level0 li.haschild-over {
	background: url(/o/6694/images/14609/mainnav-hover.gif) repeat-x bottom #f7f7f7;
	color: #000;
}

.ja-megamenu ul.level0 li.haschild a.mega span.menu-title,
.ja-megamenu ul.level0 li.haschild-over a.mega span.menu-title {}

.ja-megamenu ul.level0 li.haschild a.mega span.menu-desc,
.ja-megamenu ul.level0 li.haschild-over a.mega span.menu-desc {
	padding-left: 12px;
}

.ja-megamenu ul.level0 li.active a {
	background: url(/o/6694/images/14609/mainnav-active.gif) repeat-x top #333;
	color: #fff !important;
}

.ja-megamenu ul.level0 li.active li.mega a {
	color: #333 !important;
}

/* lv - 1 and below
-----------------------------------*/
/* Layout ---*/

.ja-megamenu ul.level1 li.mega { float: none; }

 /* Columns ---*/
.ja-megamenu .megacol { float: left;}

/* Styling ---*/
.ja-megamenu ul.level1 li.mega { border-top: 1px solid #ccc; }

.ja-megamenu ul.level1 li.first { border-top: 0; }

.ja-megamenu ul.level1 li.mega a.mega {
	background: none;
	border: 0;
	color: #cccccc;
	font-weight: normal;
	font-size: 92%;
	padding: 5px 10px 6px;
}

.ja-megamenu ul.level1 li.mega a.mega span.menu-title { background: none; padding: 0; }

.ja-megamenu ul.level1 li.haschild {
	background: url(/o/6694/images/14609/arrow-1.png) no-repeat 95% center;
	padding: 0;
}

.ja-megamenu ul.level1 li.over, ul.level1 li.haschild-over { background: none; }

.ja-megamenu ul.level1 li.group { background: none; }

 /* CHILD CONTENT
-----------------------------------*/
.ja-megamenu .childcontent {
	z-index: 999;
	margin-top: 2px;
}

.ja-megamenu .childcontent-inner {
	background: #ddd;
	border: 1px solid #ccc;
	border-top: 0;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
}

.ja-megamenu .childcontent .ja-moduletable {
	color: #ccc;
	border-bottom: 0;
	line-height: 1.5;
	margin: 10px 0;
	padding: 0;
}

.ja-megamenu .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;
}

.ja-megamenu .childcontent .ja-moduletable .ja-box-ct {
	padding: 0 5px;
}

.ja-megamenu .childcontent .ja-moduletable a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.ja-megamenu .childcontent .ja-moduletable a:hover,
.ja-megamenu .childcontent .ja-moduletable a:focus,
.ja-megamenu .childcontent .ja-moduletable a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.active a {
	font-weight: bold !important;
}

.ja-megamenu .childcontent .ja-moduletable ul:first-child {
	margin-top: 0 !important;
}

.ja-megamenu .childcontent .ja-moduletable li {
	background: url(/o/6694/images/14609/bullet-1.gif) no-repeat 2px 7px !important;
	margin-bottom: 5px;
}

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

.ja-megamenu .group-title {
	border-bottom: 1px solid #444;
	overflow: hidden;
}

.ja-megamenu .group-title .menu-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 115%;
}

.ja-megamenu .group-title .menu-desc {
	color: #999;
	padding-left: 0 !important;
}

.ja-megamenu .group-content .ja-moduletable,
.ja-megamenu .group-content ul.megamenu  {
	margin: 10px; /* Group-content's gutter*/
}

/* reset --- */
.ja-megamenu .childcontent ul.megamenu .ja-moduletable {
	padding: 0;
}

.ja-megamenu .childcontent ul.megamenu .ja-moduletable h3 {
	margin-left: 0;
	margin-right: 0;
}

