/*
 * ------------------------------------------------------------------------
 * JA University Template
 * ------------------------------------------------------------------------
 * 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: 1px solid #006BA8;
  color: #eaf1f7;
}

.ja-megamenu a.over {
  background: #006BA8;
}

.ja-megamenu ul.level0 li.active a {
  background: url("../../images/mainnav-active-bg.gif") repeat-x scroll left top #006BA8;
}

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

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

.ja-megamenu ul.level1 li.mega a.mega {
	border: 0;
	color: #a7c3db !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: none repeat scroll 0 0 #006BA8;
  color: #A7C3DB;
}

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


/* New Style */

.ja-megamenu ul.level0 li.active a {
    background: #396898 url("../../images/mainnav-active-bg.gif") repeat-x scroll left top;
}

.ja-megamenu .childcontent-inner {
    background: #396898 none repeat scroll 0 0;
}


.ja-megamenu ul.level1 li.mega {
    border-top: 1px solid #5885b3;
}

.ja-megamenu a.over {
  background: #396898;
}

.ja-megamenu ul.level0 li.mega a.mega {
	border-right: 1px solid #396898;
}