/*
 * ------------------------------------------------------------------------
 * JA T3 Blank template for joomla 2.5
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
*/
.ja-megamenu a.over, .ja-megamenu a.active { color: #fff !important; }

/* lv - 0
-----------------------------------*/


.ja-megamenu ul.level0 li.over, ul.level0 li.haschild-over {
	background-color: #4f4f4f;
}


/* lv - 1 and below
-----------------------------------*/
/* Styling ---*/
.ja-megamenu ul.level1 li.mega { border-top: 1px dotted #666; }

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

.ja-megamenu ul.level1 li.mega a.mega {
	border: 0;
}

.ja-megamenu ul.level1 li.over, ul.level1 li.haschild-over {
	background: #333;
}

 /* CHILD CONTENT
-----------------------------------*/
.ja-megamenu .childcontent-inner {
	background: #dae1e2;
	border: 1px solid #333;
	border-top: 0;
	color: #fff;
}


.ja-megamenu .level1 .childcontent-inner { border-top: 1px solid #fff; }

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

.ja-megamenu .childcontent .ja-moduletable a {
	color: #555;
	border-bottom: 1px dotted #555;
}

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

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

.ja-megamenu .group-title .menu-title {
	color: #006699;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 115%;
}

.ja-megamenu ul.level0 li.mega span.menu-desc {
  color: #444;
  display: block;
  font-size: 92%;
  font-weight: normal;
}

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

.ja-megamenu ul.level0 li.mega a.mega {
  border-left: 0 solid #666666;
  border-right: 0 solid #333333;
  display: block;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  padding: 8px 15px;
  text-decoration: none;
}

/*Цвет текста*/
.ja-megamenu ul.level0 li.mega a.mega {
  color: #333;
 }

/*Цвет текста с курсором*/
 .ja-megamenu ul.level0 li.active {
  color: #FFFFFF !important;
  background: url("../../images/grad1.png") repeat-x scroll center top #00a9dd !important;
}

/*Меню с мышью*/
 .ja-megamenu ul.level0 li.mega a.over {
  color: #FFFFFF !important;
  background: url("../../images/grad1.png") repeat-x scroll center top #00a9dd !important;
}
/*Разделители внутри меню*/
 .ja-megamenu ul.level0 li.mega{border-left: 1px solid #8ebcdb;}
 .ja-megamenu ul.level0 li.last{border-right: 0px solid #555;}
 .ja-megamenu ul.level0 {
	border-right: 1px solid #8ebcdb;
	float: left;
	margin: 0;
	padding: 0;
}

/*Раскрывающееся меню
убрали границы*/
.ja-megamenu ul.level1 li.mega {
  border-left: 0 none;
  border-right: 0 none;
}
