/*
---------------------------------------------------------------
  Note that styles you apply to the main menu items are inherited by the sub menus items too.
  If you'd like to avoid this, you could use child selectors (not supported by IE6) - for example:
  .sm-lightengine > li > a { ... } instead of .sm-lightengine a { ... }
---------------------------------------------------------------*/
.arrow{
	background:url("bg-arrow-nav-global.png") 0 0 no-repeat;
	height:8px;
	width:15px;
	margin-left:0;
	margin-top:-28px;
	margin-bottom:20px;
	left: 50%;
	top: -25px;
	z-index:116
	}

/* Menu box
===================*/

	.sm-lightengine {
		font-size: 1.1em;
	}
	.sm-lightengine ul {
		
		background: #fff;
		color:#fff;
		-moz-box-shadow:0 4px 3px rgba(0,0,0,0.25);
		-webkit-box-shadow:0 4px 3px rgba(0,0,0,0.25);
		box-shadow:0 4px 3px rgba(0,0,0,0.25);
	}
	.sm-lightengine h2 {    
		margin: 5px 0;
		
		font-size: 1.1em;
		font-weight: bold;
		padding: 0;
		
	}
/* Menu items
===================*/

	.sm-lightengine a {
		padding:6px 8px;
		color:#fff;
		letter-spacing: 0.02em;
		text-decoration:none;
		text-transform: uppercase;
	}
	.sm-lightengine ul a {
		text-transform: none;
        border-bottom: 1px solid rgb(0, 68, 124);
		color:rgb(0, 68, 124);
		
	}
  .sm-lightengine ul ul {
		
		background:rgb(0, 68, 124);
		
	}
	 .sm-lightengine ul ul a {
		color:#fff;
		padding:10px;
		
	}
	 .sm-lightengine ul  a {
		
		padding:15px;
	}
	.sm-lightengine a:hover, .sm-lightengine a:focus, .sm-lightengine a:active {
		color: #f9f160;
	}
	.sm-lightengine a. {
		color: #f9f160;
	}
	.sm-lightengine ul a:hover {
		background:rgb(0, 68, 124);
		color: #fff;
	}
	.sm-lightengine ul a:hover, .sm-lightengine ul a:focus, .sm-lightengine ul a:active{
		
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}
	/* current items - add the class manually to some item or check the "markCurrentItem" script option */
	.sm-lightengine a.current, .sm-lightengine a.current:hover, .sm-lightengine a.current:focus, .sm-lightengine a.current:active {
		border-bottom-color:#638db8;
	}
	.sm-lightengine ul a.current, .sm-lightengine ul a.current:hover, .sm-lightengine ul a.current:focus, .sm-lightengine ul a.current:active {
		border-right:0;
		border-bottom:0;
		font-weight:bold;
	}
	.sm-lightengine a.has-submenu {

	}


/* Sub menu indicators
===================*/
	.sm-lightengine a span.sub-arrow {
		display: none;
	}


/* Scrolling arrows containers for tall sub menus - test sub menu: "Sub test" -> "more..." in the default download package
===================*/

	.sm-lightengine span.scroll-up, .sm-lightengine span.scroll-down {
		position:absolute;
		display:none;
		visibility:hidden;
		overflow:hidden;
		background:#F6FFED;
		height:20px;
		/* width and position will be automatically set by the script */
	}
	.sm-lightengine span.scroll-up-arrow, .sm-lightengine span.scroll-down-arrow {
		position:absolute;
		top:6px;
		left:50%;
		margin-left:-8px;
		/* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
		width:0;
		height:0;
		overflow:hidden;
		border-bottom:8px solid #638db8; /* tweak size of the arrow */
		border-left:6px dashed transparent;
		border-right:6px dashed transparent;
	}
	.sm-lightengine span.scroll-down-arrow {
		border-top:8px solid #638db8; /* tweak size of the arrow */
		border-bottom:0;
	}


/*
---------------------------------------------------------------
  Responsiveness
  These will make the sub menus collapsible when the screen width is too small.
---------------------------------------------------------------*/


/* decrease horizontal main menu items left/right padding to avoid wrapping */
@media screen and (max-width: 991px) {
	.sm-lightengine:not(.sm-lightengine-vertical) > li > a {
		padding-left:7px;
		padding-right:7px;
	}
	.sm-lightengine:not(.sm-lightengine-vertical) > li > a.has-submenu {
	}
	.sm-lightengine:not(.sm-lightengine-vertical) a span.sub-arrow {
		right:9px;
	}
}
@media screen and (max-width: 767px) {
	/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
	ul.sm-lightengine{width:auto !important;}
	ul.sm-lightengine ul{display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
	ul.sm-lightengine>li{float:none;}
	ul.sm-lightengine>li>a,ul.sm-lightengine ul.sm-nowrap>li>a{white-space:normal;}
	ul.sm-lightengine iframe{display:none;}

	/* Uncomment this rule to disable completely the sub menus for small screen devices */
	/*.sm-lightengine ul, .sm-lightengine span.sub-arrow, .sm-lightengine iframe {
		display:none !important;
	}*/


/* Menu box
===================*/

	.sm-lightengine {
		border-right:0;
	}
	.arrow{
		display: none;
	}
	.sm-lightengine {
		font-size: 1.0em;
	}
	.sm-lightengine h2 {    
		margin: 0;
		color: white;
		font-weight: bold;
	}
	.sm-lightengine ul {
		border:0;
		padding:0;
		/* darken the background of the sub menus */
		background:rgba(99,141,184,0.2);
		-moz-border-radius:0 !important;
		-webkit-border-radius:0 !important;
		border-radius:0 !important;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}


/* Menu items
===================*/

	.sm-lightengine a {
		border:0 !important;
		padding:13px !important;
		background:transparent !important;
		color:#FFF !important;
		-moz-border-radius:0 !important;
		-webkit-border-radius:0 !important;
		border-radius:0 !important;
		-moz-box-shadow:none !important;
		-webkit-box-shadow:none !important;
		box-shadow:none !important;
	}
	.sm-lightengine a.current {
		font-weight:bold;
	}
	/* add some text indentation for the 2+ level sub menu items */
	.sm-lightengine ul a {
		border-left:8px solid transparent !important;
	}
	.sm-lightengine ul ul a {
		border-left:16px solid transparent !important;
		
	}
	.sm-lightengine ul ul ul a {
		border-left:24px solid transparent !important;
	}
	.sm-lightengine ul ul ul ul a {
		border-left:32px solid transparent !important;
	}
	.sm-lightengine ul ul ul ul ul a {
		border-left:40px solid transparent !important;
	}


/* Sub menu indicators
===================*/

	.sm-lightengine a span.sub-arrow {
		right:auto !important;
		margin-top:-7px !important;
		margin-left:-16px !important;
		border-left:9px solid #638db8 !important; /* tweak size of the arrow */
		border-top:6px dashed transparent !important;
		border-bottom:6px dashed transparent !important;
	}
	/* Hide sub indicator when item is expanded - we enable the item link when it's expanded */
	.sm-lightengine a. span.sub-arrow {
		display:none !important;
	}




/* Items separators
===================*/

	.sm-lightengine li {
		border-top:1px solid rgba(99,141,184,0.2);
	}
	.sm-lightengine li:first-child {
		border-top:0;
	}

}

/* Mega menu
===================*/

 .sm-lightengine .mega-menu .row {
	font-size: 0.9em;
	width: 992px;
	max-width: 100%;
}
 .sm-lightengine .mega-menu .row  a{
	padding-top: 5px;
	padding-bottom: 5px;
}
@media (max-width: 991px){
 .sm-lightengine .mega-menu .row {
	width: 768px;
	max-width: 100%;
}

}
