
.ja-megamenu a.over, .ja-megamenu a.active { color: #F37731;}

#ja-megamenu li a.active, #ja-megamenu li a.active:hover,
#ja-megamenu li a.active:active, #ja-megamenu li a.active:focus{
color:#333333;
background:url(../../images/menu-border.png) repeat-x center bottom !important;
}


.ja-megamenu .childcontent{
z-index: 999;
}
.ja-megamenu li.mega .childcontent {
    display: block;
    height: auto;
    position: absolute;
	background: #E0E0E0 url(../../images/drop-menu.png);
	border:2px solid #E0E0E0;
}

.ja-megamenu ul.level0{}

.ja-megamenu ul.level0 li li .active{background:none; border:none;box-shadow:none;}

.ja-megamenu ul.level0 li ul .active{
	color:#009DED !important;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition:all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	background:none !important;
	}

.ja-megamenu ul.level0 li ul .active:hover{}

#ja-megamenu a:hover, #ja-megamenu a:active, #ja-megamenu a:focus{ /* color:#34BDF1; */
}

ul.megamenu {
    margin: 10px;
}

/* lv - 0
-----------------------------------*/
/* Styling ---*/
.ja-megamenu ul.level0 li.mega a.mega {
	color:#333333;
	padding: 8px 15px;font-weight: normal;
}

.ja-megamenu ul.level0 li.mega:hover a.mega:hover{

}

.ja-megamenu ul.level0 li.mega{
display: block;float: left;padding:0;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition:all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	background:url(../../images/menu-left.png) repeat-y right center ;
}

.ja-megamenu ul.level0 li.over, ul.level0 li.haschild-over {
box-shadow:0 0 6px #DDDDDD inset;
background-color:#F4F4F4;
}

.ja-megamenu ul.level0 li.active {
}

/* lv - 1 and below
-----------------------------------*/
/* Styling ---*/
.ja-megamenu ul.level1 li.mega {  float:none;  background:none;
}

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

.ja-megamenu ul.level1 li.mega:hover a.mega:hover {padding-left:13px; color:#009DED; /* background:none !important; */}

.ja-megamenu ul.level1 li.mega a.mega {
	color:#484646;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition:all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	background:url(../../images/menu-border.png) repeat-x center bottom;
}

.ja-megamenu ul.level1 li.over, ul.level1 li.haschild-over {
box-shadow:none;
}
 /* CHILD CONTENT
-----------------------------------*/
.ja-megamenu .childcontent-inner {
	background:none;
	color: #fff;
}

.ja-megamenu .level1 .childcontent-inner {  }

.ja-megamenu .childcontent .ja-moduletable { color:#4F4F4F; }

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

.ja-megamenu .childcontent ul.megamenu .ja-moduletable h3{
box-shadow:none;
}

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

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

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

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

.ja-megamenu { background: #f6f6f6  url(../../images/menu.png) repeat-x center bottom; padding-bottom:3px;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
}

.ja-megamenu .childcontent .ja-moduletable a:hover, .ja-megamenu .childcontent .ja-moduletable a:focus, .ja-megamenu .childcontent .ja-moduletable a:active{
background:none !important;
text-decoration: none;
}