/*
 * ------------------------------------------------------------------------
 * 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 #fe057b;*/
  color: #000;
font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.ja-megamenu a.over {

	/*background-color: #EB3D8B;*/
	background-color: #f1f1f1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.ja-megamenu ul.level0 li.active a {
	/*background: url(../../images/mainnav-active-bg.gif) repeat-x left top #945f79;
	background-color: #EB3D8B;*/
	 background-color:  #f1f1f1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px ;
}

/* lv - 1 and below
-----------------------------------*/
.ja-megamenu ul.level1 li.mega {
 /* border-top: 0px solid rgb(92, 91, 91);*/
}

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

.ja-megamenu ul.level1 li.mega a.mega {
	border: 0;
	/*color: #e0c8d4 !important;*/
	color: rgb(92, 91, 91) !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: rgb(44, 67, 141) !important;
}

/* CHILD CONTENT
-----------------------------------*/
.ja-megamenu .childcontent-inner {

border-radius: 0 10px 10px 10px;
-moz-border-radius: 0 10px 10px 10px;
-webkit-border-radius: 0 10px 10px 10px;
background: #ffffff;
background: -moz-linear-gradient(top, #f1f1f1, #fff 100%);
background: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#fff));

}

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

}

.ja-megamenu .group-title .menu-title {
  color: #333;
  font-size: 14px;
font-weight: 400;
/*text-shadow: 1px 1px 1px #ccc;*/

}