/*
 * ------------------------------------------------------------------------
 * JA University Template for J25 & J31
 * ------------------------------------------------------------------------
 * 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 {
  color: #c3c4c5;
}

@media screen and (max-width: 480px){
.ja-megamenu ul.level0 li.mega a.mega {
  color: #000000;
}}
	
.ja-megamenu a.over {
  background: #c3c4c5;
}

.ja-megamenu ul.level0 li.active a {
	background: url(../images/arrow.png) no-repeat left   #c3c4c5;
}

/* 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: #7f7f7f;
	color: #cacaca;
}

/* Grouped --- */
.ja-megamenu .group-title {
  border-bottom: 1px solid #969696;
}

.ja-megamenu .group-title .menu-title {
  color: #d9d9d9;
}