/**
 * @version		$Id$
 * @author		Joomseller
 * @package		Joomla!
 * @subpackage	Mod_DropDown_MooMenu
 * @copyright	Copyright (C) 2008 - 2011 by Joomseller Solutions. All rights reserved.
 * @license		http://www.gnu.org/licenses/gpl.html GNU/GPL version 3
 */
 
/* Clearfix
-------------------------------------------------------------*/
#js-mainnav { 
    background: #961E1E; /* you can change/delete the transparent gradient image or the background color */
    border-top: none; /* you can change the color of the border */
    width:100%;
} 

/* lv - 0
-----------------------------------*/
/* Styling ---*/
ul.level0 { 
    border-right: #7A5B41; /* you can remove/comment this line or move the border to the left*/ 
} 

ul.level0 li.mega {
    background: none repeat scroll 0 0 #961E1E;
}

ul.level0 li.mega a.mega { 
    border-left: none; /* you should comment/delete this line */ 
    border-right: none; /* and this line */ 
    color: #FFFFFF; 
	padding: 8px 9px;
	text-align:left;
        font-weight: normal;
}
ul.level0 li.over, ul.level0 li.haschild-over { 
    background: #F7F7F7; /* you can change/remove the transparent gradient or the color */
}
ul.level0 li.active { 
    background: wheat;
} 
ul.level0 li #current.active {
	background: none;
}
/* lv - 1 and below
-----------------------------------*/

/* Layout ---*/

 /* Columns ---*/
.megacol {
    border-top: medium none;
    float: left;
}
/* Styling ---*/
ul.level1 li.mega { border-top: 1px dotted #8E6A4D; background: none; right:0; clear: right; }

ul.level1 li.first { border-top: 0; }

ul.level1 li.mega a.mega {
    border: 0 none;
    color: #000000 ;
    font-family: "Helvetica",Myriad Pro,Arial,Tahoma,sans-serif !important;
    padding: 8px 12px 8px 1px;
}
ul.level1 li.mega a.mega span.menu-title { 
    font-family: "Helvetica",Arial,Helvetica,Tahoma,sans-serif;
    font-size: 12px ;
    font-weight: 600;
	color:#000000;
	text-transform: none;
}

ul.level1 li.group a.group span.menu-title {
    /* text-transform: uppercase; */
    background: wheat;
    font-size: 14px;
    text-decoration: none;
}


ul.level1 li.over, 
ul.level1 li.haschild-over { background:none; } 

ul.level1 li.haschild,
ul.level1 li.haschild-over {
	background-image: none;
	padding: 0;
}


div.group-title span.menu-title { 
    font-family: "Helvetica",Arial,Helvetica,Tahoma,sans-serif;
    font-size: 14px;
    font-weight: 600;
	color:#000000 !important;
	text-transform: none;
    background: wheat; 
}

ul.level0 li.mega .has-image {
    
}

ul.level1 li.mega .has-image {
    padding-bottom: 2px;
}

 /* CHILD CONTENT
-----------------------------------*/

.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 repeat scroll 0 0 #F7F7F7;
    border-color: #F7F7F7;
    border-right: 1px solid #F7F7F7;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.5);
    color: #CFCFCF; 
    font-family: "Helvetica",Myriad Pro,Arial,Tahoma,sans-serif !important;
	position:relative;
}
.childcontent-inner .group ul li.active {
    background: none repeat scroll 0 0 transparent !important;
}
.childcontent .js-moduletable {
	color: #ccc;
}
.childcontent .group h3 {
	background: none;
	color: #000000;
	border-bottom: 1px dotted #8E6A4D;
}

.childcontent .group div.custom a {
    color: #407203 !important;
}

ul.level1 li.group a.group{
    padding:5px 12px
} 

.childcontent .js-moduletable a {
	color: #ccc;
	border-bottom: 1px dotted #ccc;
}

.childcontent .js-moduletable a:hover,
.childcontent .js-moduletable a:focus,
.childcontent .js-moduletable a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

/* Grouped --- */
 .group-title {
    border: 1px none #CFCFCF;*/
    font-size: 14px;
    font-weight: bold;
}

ul.level0 li.mega span.menu-desc {
    color: #999999;
    display: block;
    font-size: 92%;
    font-weight: normal;
}

ul.level1 li.mega span.menu-desc {
    color: #666666;
    display: block;
    font-family: "Helvetica",Myriad Pro,Arial,Tahoma,sans-serif;
    font-size: 11px;
    font-weight: normal;
}

#js-mainnav a.over {
    background: none repeat scroll 0 0 #F7F7F7;
}

.js-megamenu a.over, .js-megamenu a.active {
    color: #0E2C8E !important;
}

/* This is the original line split into 2 for underline voodoo, MRB */
/* .js-megamenu a.over span.menu-title, .js-megamenu a.active span.menu-title { */
/* */
.js-megamenu a.over span.menu-title { 
    color: #961E1E !important;
    text-decoration: underline;
}

.js-megamenu a.active span.menu-title { 
    color: #961E1E !important;
    text-decoration: none;
}

ul.level0 li.haschild a.over span.menu-title, ul.level0 li.haschild-over a.over span.menu-title {
    background: url("../../images/arrow4_joom.png") no-repeat scroll left center transparent; 
    padding-left: 12px;
/* added MRB for child menu underline */
   text-decoration: underline;
}
/* next block added MRB for child active image(arrow) visibility */
ul.level0 li.haschild a.active span.menu-title {
  background: url("../../images/arrow3-UMD.png") no-repeat scroll left center transparent;
  padding-left: 12px;
ul.level1 li.mega a.mega span.menu-title, ul.level1 li.mega a.mega span.menu-title {
    background: none;
    padding-left: 0px;
}
ul.level0 li.haschild a.mega span.menu-desc, ul.level0 li.haschild-over a.mega span.menu-desc {
    padding-left: 0px;
}

.childcontent .moduletable {
    color: #000000;
    margin: 0;
}

 ul.level0 li.mega a img {
    float: left;
    padding-right: 5px;
}

 ul.level0  img.borderImageMega,  ul.level0  a img.borderImageMega {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #999999;
    margin: 5px 10px;
    padding: 5px;
}

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
    font-family: "Myriad Pro",Arial,Helvetica,Tahoma,sans-serif;
}

.childcontent .moduletable h4 a {
    color: #0E2C8E !important;
    text-decoration: none;
}

h4, h4 a, h4 a:hover {
    font: 22px/27px "Myriad Pro",Arial,Helvetica,Tahoma,sans-serif;
	background:none;
}

.childcontent .moduletable ul li {
     margin-left:15px;
	 margin-bottom:10px;
}

.childcontent .moduletable ul li a {
     color:#0E2C8E !important;
}

.childcontent .moduletable ul li a:hover {
     background:none !important;
}

.js-megamenu {
    float: left;
    width: 100%;
}

ul.level0 {
    border-right: none;
    float: left;
	margin:0px;
	padding:0px;
}

ul.level1{
    padding:0px;
}

ul.level1 li.mega a.mega{
    text-align:left;
}

/* reset --- */
