/* main menu */
.ja-megamenu ul.level0 {
    margin: 0 0 0 18px;
    padding: 0;
}

.ja-megamenu ul.level0 li.mega {
    background: none;
    display: block;
    float: left;
    margin: 0;
    text-transform: uppercase;	
}

.ja-megamenu ul.level0 li.mega a.mega {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    padding: 16px 24px;
    text-decoration: none;
}
.ja-megamenu ul.level0 li.mega a.active {
   color: #124093 !important; 
   background: #ffed00;
}

.ja-megamenu ul.level0 li.mega a.over {
   color: #ffffff !important; 
   background: #3f6dbe;
}

.ja-megamenu ul.level0 li.mega a.last{

/* background: #ff0000; 
margin-left: 256px;*/

   
}

/*    sub menu  */


.ja-megamenu .megacol {
    background: #3f6dbe;
    float: left;
	padding-bottom: 10px;
}

.ja-megamenu .childcontent-inner {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none;
    border-color: none;
    border-right: none;
    border-style: none;
    border-width: none;

}

.ja-megamenu ul.level1 li.mega {
border-left: 0;
border-right: 0;
background: #3f6dbe;
padding-top: 0;
border-top: 1px dotted #ffffff;
width: 100%;
}

.ja-megamenu ul.level1 li.mega a.mega {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    padding: 10px 0 10px 14px;
    text-decoration: none;
	
}
.ja-megamenu ul.level1 li.mega a.active {
   color: #124093 !important; 
   background: #ffed00;
}

.ja-megamenu ul.level1 li.mega a.over {
   color: #ffffff !important; 
   background: #124093;
}

.ja-megamenu .group-title {
    border-bottom: 1px dotted #fff;
}

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

.ja-megamenu .group-title .menu-title {
    color: #fffdef;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.ja-megamenu ul.level0 li.haschild a.mega span.menu-title, .ja-megamenu ul.level0 li.haschild-over a.mega span.menu-title {
   
	background: none;
	padding-left: 0;
}