/**
 * @version		$Id$
 * @author		Joomseller
 * @package		Joomla!
 * @subpackage	Mod_DropDown_MooMenu
 * @copyright	Copyright (C) 2008 - 2013 by Joomseller Solutions. All rights reserved.
 * @license		http://www.gnu.org/licenses/gpl.html GNU/GPL version 3
 */
#js-hozmenu { 
	
	padding:0px;
	list-style: none;
	background: none;
	width:658px;
	border:6px 0px 0px 0px;
	margin-top:61px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 200px;
	/*-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-moz-box-shadow: 0 2px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 2px 1px #ff0000; */
} 
#oj-moomenu {
	color:#000;
	background:none; /* you can change/delete the transparent gradient image or the background color */ 
}
/* STYLING THE MENU
-----------------------------------*/
/* 1st level */
#oj-moomenu li a {
	color: #ccc;
    border-left: none; /* you should comment/delete this line */ 
    border-right: none; /* and this line */ 
	padding: 8px 15px;
	color: #fff;
	/*text-transform: uppercase;*/
	font: bold 14px/25px Arial, Helvetica;
	text-decoration: none;
	/*text-shadow: 0 0px 0 #000;*/ 
	-webkit-transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
#oj-moomenu li.active,
#oj-moomenu li:hover,
#oj-moomenu li.sfhover,
#oj-moomenu li.havechildsfhover,
#oj-moomenu li.havechild-activesfhover {
	background:none; /* you can change/remove the transparent gradient or the color */
}
#oj-moomenu li a.active:hover,
#oj-moomenu li a:hover,
#oj-moomenu li a.active:focus {
	color:#ff9e19;
}
#oj-moomenu li a.active {
	color: #f49f41;
}
/* 2nd level and above */
#oj-moomenu ul li:first-child > a:after
{
	content: '';
	position: absolute;
	left: 30px;
	top: -8px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #444;
}

#oj-moomenu ul ul li:first-child a:after
{
	left: -8px;
	top: 12px;
	width: 0;
	height: 0;
	border-left: 0;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-right: 8px solid #444;
} 

#oj-moomenu ul li:first-child a:hover:after
{
	border-bottom-color: #04acec;
} 

#oj-moomenu ul ul li:first-child a:hover:after{
	border-right-color: #04acec;
	border-bottom-color: transparent; 
}

#oj-moomenu ul li:first-child a:active:after
{
	border-bottom-color: #ff0000;
} 

#oj-moomenu li ul li.active:first-child a:after{
	border-right-color: #04acec;
	border-bottom-color: transparent; 
}

#oj-moomenu li ul{
	/*background: none;*/
	background: -moz-linear-gradient(#04acec, #0186ba);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #04acec),color-stop(1, #0186ba));
	background: -webkit-linear-gradient(#04acec, #0186ba);
	background: -o-linear-gradient(#04acec, #0186ba);
	background: -ms-linear-gradient(#04acec, #0186ba);
	background: linear-gradient(#04acec, #0186ba);
	-moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
	-webkit-box-shadow: 0 0 0px rgba(255,255,255,.5);
	box-shadow: 0 0 0px rgba(255,255,255,.5);
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

#oj-moomenu li ul li {
	/*background: none;*/
	border-bottom: none;
	border-right: none;
	
	/*-moz-box-shadow: 0 1px 0 #fff, 0 2px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff, 0 2px 0 #fff;
	box-shadow: 0 1px 0 #fff, 0 2px 0 #fff; */
}
#oj-moomenu li ul li a{
    padding: 6px 15px;
}
#oj-moomenu li ul li:last-child
{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
} 
	
#oj-moomenu li.havesubchild,
#oj-moomenu li.havesubchild-active {
	/*background:none;*/ /*change here the color to match the new color you have set for mainnav */
	color: #FFFFFF; /* after changing code above, you might want to change this color to make the text color readable  */ 
}
#oj-moomenu li.havesubchild ul li, #oj-moomenu li.havesubchildsfhover ul li{
    width:100%;
}
#oj-moomenu li ul a:hover,
#oj-moomenu li ul a:active,
#oj-moomenu li ul a:focus,
#oj-moomenu ul li:hover,
#oj-moomenu ul li.sfhover,
#oj-moomenu ul li.havesubchildsfhover,
#oj-moomenu ul li.havesubchild-activesfhover,
#oj-moomenu ul ul li:hover,
#oj-moomenu ul ul li.sfhover,
#oj-moomenu ul ul li.havesubchildsfhover,
#oj-moomenu ul ul li.havesubchild-activesfhover {
	-webkit-transition:all 800ms ease-out 0s;
	-moz-transition:all 800ms ease-out 0s;
	transition: all 800ms ease-out 0s;
	color: #FFFFFF;
	background: #0186ba;
	background: -moz-linear-gradient(#04acec, #0186ba);
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -webkit-linear-gradient(#04acec, #0186ba);
	background: -o-linear-gradient(#04acec, #0186ba);
	background: -ms-linear-gradient(#04acec, #0186ba);
	background: linear-gradient(#04acec, #0186ba); 
}


#oj-moomenu ul li a.active,
#oj-moomenu ul li a.active:hover,
#oj-moomenu ul li a.active:active,
#oj-moomenu ul li a.active:focus {
	background: #0186ba !important;
	background: -moz-linear-gradient(#04acec, #0186ba) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important;
	background: -webkit-linear-gradient(#04acec, #0186ba) !important;
	background: -o-linear-gradient(#04acec, #0186ba) !important;
	background: -ms-linear-gradient(#04acec, #0186ba) !important;
	background: linear-gradient(#04acec, #0186ba) !important;
	color: #FFFFFF;
}

#oj-moomenu ul a{
	width:auto;
}

#oj-hozmenu ul li.active:first-child a.first-item,#oj-hozmenu ul li.active:first-child{
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

#oj-hozmenu li ul li:first-child a.first-item,#oj-hozmenu li ul li:first-child,
#oj-hozmenu li ul li:first-child a.first-item,#oj-hozmenu li ul li:first-child{
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	
} 

#oj-hozmenu li ul li.active:first-child a.first-item,#oj-hozmenu li ul li:first-child,
#oj-hozmenu li ul li.active:first-child a.first-item,#oj-hozmenu li ul li:first-child{
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius: 5px 5px 0 0;
} 

#oj-hozmenu ul li:last-child a.last-item,#oj-hozmenu ul li:last-child {
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 5px;
}
