/*
 * ------------------------------------------------------------------------
 * JA University Template for J25 & J30
 * ------------------------------------------------------------------------
 * 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 a.mega {
  border-right: none /*1px solid #77787a*/;
  color: #ffffff;
}

.ja-megamenu a.over {
  background: #e3e3e3;
color: #2e3a74;
}

.ja-megamenu a.over:hover {
  background: #e3e3e3;
color: #2e3a74!important;
}

.ja-megamenu ul.level0 li.mega.over.haschild-over a {
color: #2e3a74;
}


.ja-megamenu ul.level0 li.active a {
	background: #e3e3e3 /* url(../../images/mainnav-active-bg.gif) repeat-x left top #7f7f7f*/;

}

.ja-megamenu ul.level0 a.mega.first.active 
{-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;}

/* lv - 1 and below
-----------------------------------*/
.ja-megamenu ul.level1 li.mega {
  /*border-top: 1px solid #8e8e8e;*/
}

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

.ja-megamenu ul.level1 li.mega a.mega {
	border: 0;
	color: #cacaca !important;
}

.ja-megamenu ul.level1 li.mega a.over,
.ja-megamenu ul.level1 li.mega a:hover,
.ja-megamenu ul.level1 li.mega a.active {
  color: #fff !important;
}

/* CHILD CONTENT
-----------------------------------*/
.ja-megamenu .childcontent-inner {
	background: #2e3a74;
	color: #d7d7d7;
}

/* Grouped --- */
.ja-megamenu .group-title {
  border-bottom: 1px solid #969696;
}

.ja-megamenu .group-title .menu-title {
  color: #d9d9d9;
}