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

.ja-megamenu {font-family: "Lucida Grande",Arial,Verdana,sans-serif;
font-size:12px;}

.ja-megamenu ul.level0 li.mega {
  margin-right: 1px;
/*  background-image:url("../../images/menu_bar.png");
  background-position:right;
  background-repeat:no-repeat;
*/
}
.ja-megamenu ul.level0 li.mega .first{
	background-image:none !important;
}
.ja-megamenu ul.level0 li.mega a.mega {
  color: #E4E4E4;
  font-weight: normal;
  border-left:1px #666 solid;
  text-transform: uppercase;;
}
.ja-megamenu a.over {
  background: #454343;
  color: #fff !important;
}

.ja-megamenu ul.level0 li.active a {
	background: #454343;
	color: #fff !important;
}

/* lv - 1 and below
-----------------------------------*/
/* Styling ---*/
.ja-megamenu ul.level1 li.mega {
/*	background-image:url("../../images/liney.png");
	background-position:top center;
	*/
  	margin: 0;
	padding-top:3px; padding-bottom:5px;
  	color:#FFF !important;
}

.ja-megamenu ul.level1 li.first {
  	border-top: 0;
	background-image:none !important;
}
.ja-megamenu ul.level1 li.mega .last{
  	border: 0 !important;
	background-image:none !important;
}

.ja-megamenu ul.level1 li.mega a.mega {
	border: 0;
	font-size:12px;
	font-weight: normal;
	padding: 5px 0;
	text-transform:none;
	color:#FFF !important;
/*	background-image:none;*/
	border-bottom:solid #CCC 1px;
}

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

.ja-megamenu ul.level1 li.active a.mega {
  color: #fff !important;
  font-weight: bold;
}

 /* CHILD CONTENT
-----------------------------------*/
.ja-megamenu .childcontent-inner {
background: #454343; /* Old browsers */
	border-top: 0;
	color: #FFF;
}
.ja-megamenu .level1 .childcontent-inner {
  border-top: 0;
}
.ja-megamenu .childcontent .ja-moduletable { color: #333; }

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

/* Grouped --- */
.ja-megamenu .group-title {
  border-bottom: 1px solid #384250;
  margin-left: 10px;
}

.ja-megamenu .group-title .menu-title {
	color: #acb4c0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
}

.ja-megamenu .group-title a.mega:hover .menu-title {
  color: #fff;
}

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