/*
 * ------------------------------------------------------------------------

 * JA University Template for J25 & J32

 * ------------------------------------------------------------------------

 * 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.

 * ------------------------------------------------------------------------
*/

/* lv - 0
-----------------------------------*/
.ja-megamenu ul.level0 li.mega {
  margin-right: 1px;
	text-align:center;
	width:13.4%;
}

.ja-megamenu ul.level0 li.mega a.mega {
  border-right: 1px solid #fff;
  color: #fff;
  padding: 15px 20px;
  font-weight: bold;
  text-transform: uppercase;
	text-shadow:1px  1px  1px  #000000;
}


.ja-megamenu a.over {
	color: #fff !important;
	background-color:#243d6c;
}

.ja-megamenu ul.level0 li.active > a {
  background: #163057;
  color: #fff !important;
}

/* lv - 1 and below
-----------------------------------*/
/* Styling ---*/
.childcontent cols1 { width:100%; left:0px !important}

.ja-megamenu ul.level1 li.mega {
  margin: 0;
	width:auto;
}

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

.ja-megamenu ul.level1 li.mega a.mega {
	border: 0;
	color: #fff;
	font-weight: normal;
	padding: 10px 0;
	text-transform: none;
}
.level1 ul{ width:100%; background-color:#333;}
.ja-megamenu ul.level1 li.mega a.over,
.ja-megamenu ul.level1 li.mega a:hover {
  color: #fff;
}

.ja-megamenu ul.level1 li.active a.mega.active {
  color: #fff;
  font-weight: bold;
}

 /* CHILD CONTENT
-----------------------------------*/
.ja-megamenu .childcontent-inner {
	border-top: 0;
	color: #333;
	background-color:#033969;
	width:100%;
}

.ja-megamenu .level1 .childcontent-inner {
  border-top: 0;
}

.ja-megamenu .childcontent .ja-moduletable { color: #333; }

.ja-megamenu .childcontent .ja-moduletable h3 {
	background: none;
	border-bottom: 1px dotted #ccc;
	text-transform: uppercase;
}

/* Grouped --- */
.ja-megamenu .group-title {
  margin-left: 10px;
}

.ja-megamenu .group-title .menu-title {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
}

.ja-megamenu .group-title a.mega:hover .menu-title {
  color: #fff;
}

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