/**
 * @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-color: #fff; /* you can change/delete the transparent gradient image or the background color */
   /* border-top: 1px solid #001A26; /* you can change the color of the border */
   z-index:1;
  border-top: 0px solid #3A0700; 
} 

/* lv - 0
-----------------------------------*/
/* Styling ---*/
ul.level0 { 
    border-right: #014E72; /* you can remove/comment this line or move the border to the left*/ 
} 
ul.level0 li.mega {
	background-color: ;
	
}
ul.level0 li.first { border-top: 0; }
ul.level0 li.mega a.mega { 
    border-left: 0px solid #014E72; /* you should comment/delete this line */ 
    border-right: 1px solid #CDCDCD; /* and this line */ 
    color: #939496;
	
	font-family: 'Oswald', sans-serif; font-size:13px; text-transform:uppercase;
}

@media (max-width:680px) {
	

	
	
	ul.level0 li.mega a.mega { 
    
    border-right: 0px solid #D1B762; /* and this line */ 
    
}
	}
	
	
ul.level0 li.over, 
ul.level0 li.haschild-over { 
    background-color: #fff; /* you can change/remove the transparent gradient or the color */
	color: #cccccc;
}
ul.level0 li.active { 
    background-color: ;
	color: #cccccc;
} 
ul.level0 li #current.active {
	background: none;
	color: #cccccc;
}
/* lv - 1 and below
-----------------------------------*/

/* Layout ---*/

 /* Columns ---*/
.megacol { float: left; border-top: 0px solid #454545;z-index:345000000000000000000000000000000000000000000000;}
/* Styling ---*/



ul.level1 li.mega { background: url(vin-.png)no-repeat 1% center;padding-left:10px;border-top: 1px dotted #fff; }

@media (max-width:680px) {
	ul.level1 li.mega { margin:0 15px; }

	
	}

ul.level1 li.first { border-top: 0px; }

ul.level1 li.mega a.mega {
	background: none;
	border: 0;
	color: #cccccc;
}
ul.level1 li.mega a.mega span.menu-title { background: none; padding: 0; }

ul.level1 li.over, 
ul.level1 li.haschild-over { background: url(vin-.png)no-repeat 1% center;
background-color:#022F58;
 -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
	-o-transition:all 0.6s ease-out;  /* Opera */
	-moz-transition:all 0.6s ease-out;  /* Mozilla Firefox */
	-ms-transition:all 0.6s ease-out;   /* Internet Explorer */
	transition:all 0.6s ease-out;  /* W3C */} 

ul.level1 li.haschild,
ul.level1 li.haschild-over {
	background-image: url(../../images/arrow.png);

	background-repeat: no-repeat;
	background-position: 95% center;
	padding: 0;
}

ul.level1 li.group { background: none; }

 /* CHILD CONTENT
-----------------------------------*/

.childcontent-inner {
	background-color: #1F486D; /*change here the color to match the new color you have set for mainnav */
	opacity:.92;
	text-shadow:1px 1px 1px #000;
	
	color: #ccc; /* after changing code above, you might want to change this color to make the text color readable  */ 
  

	font-family: 'Oswald', sans-serif;
		font-size:11px;
}
.childcontent .js-moduletable {
	color: #ccc;
	
}
.childcontent-inner .group ul li.active{
	background-color: #00527C !important;
}
.childcontent .group h3 {
	background: none;
	color: #fff;
	border-bottom: 1px dotted #006699;
}
.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: #ccc;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

/* Grouped --- */
.group-title {
	border-bottom: 1px solid #006699;
}
.group-title .menu-title {
	color: #ccc;
}

.group-title .menu-desc {
	color: #999;
}

/* reset --- */
@media (max-width:1024px) and (orientation: landscape) {
ul.level0 li.haschild a.mega span.menu-title,
ul.level0 li.haschild-over a.mega span.menu-title {
	background-position: 101% 98%;
	padding-right: 16px;
	margin-right:-3px;
	padding-left:0px;
}





}

	#menu119{
	border-right:0px solid #D1B762;
	
}