/* accessibility */
/* menu links accesskeys */
span.accesskey {
	text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility, hr {
/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	background: url(https://www.heronair.eu/images/cms/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(https://www.heronair.eu/images/cms/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(https://www.heronair.eu/images/cms/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}
/* end clearing */
/* Stylesheet: Accessibility and cross-browser tools Modified On 2012-10-10 10:10:53 */
/* by Alexander Endresen and mark */
#menu_vert {margin: 0;padding: 0;position:relative;top:0;}
#menu_horiz {margin: 0;padding: 0;position:relative;top:0;border-bottom:3px solid #FFD000;}

div#menu_vert ul {margin: 0 !important;top:0px;}
div#menu_vert ul li {margin: 0 !important;top:0px;}


.clearb {
	clear: both;
}
#menuwrapper {
/* IE6 Hack */
	height: 1%;
	width: 950px;position:relative;right:-25px;
	margin: 0 auto;
	padding: 0;	background: url(https://www.heronair.eu/uploads/template/ultopup.png) no-repeat left top;
}
ul#primary-nav {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
position:relative;float:right;right:0px;font-family:'Oswald', sans-serif;font-size:16px;font-weight:normal;
}
#primary-nav ul {margin: 0px;
	padding: 0px;
	position: absolute;
	top: auto;
	display: none;
	padding-top: 9px;
}

/* IE6 hacks on the above code */
* html #primary-nav ul {
	padding-top: 13px;
	background: url(https://www.heronair.eu/uploads/ngrey/ultopup.gif) no-repeat left top;
}
#primary-nav ul ul {
	margin-top: 0px;
	margin-left: -1px;
	left: 100%;
	top: -3px;
	background: url(https://www.heronair.eu/uploads/ngrey/ultoprt.png) no-repeat left top;
}
/* IE6 hacks on the above code */
* html #primary-nav ul ul {
	margin-top: 0px;
	padding-left: 5px;
	left: 100%;
	top: -7px;
/* IE6 gets gif as it can't handle transparent png */
	background: url(https://www.heronair.eu/uploads/ngrey/ultoprt.gif) no-repeat right top;
}
#primary-nav li {
	float: left;
}
#primary-nav li li {
/* a little more space to the left of each menu item */
	margin-left: 8px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: -1px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
}
/* IE6 hacks on the above code */
* html #primary-nav li li {
	margin-left: 6px;
/* helps hold it inside the ul */
	width: 171px;
}
ul#primary-nav li a {
	font-size: 19px;
	font-weight: normal;
	color: #fff;
	padding: 0px 5px 0px 0px;
display: block;
	text-decoration: none;
}
ul#primary-nav li a span {
	padding: 15px 5px 12px 10px;
	display: block;
}
ul#primary-nav li a:hover {
	background-color: transparent;
}
ul#primary-nav li span {font-weight: normal;text-transform:uppercase;}

ul#primary-nav li li {
/* remove any image set in first level li */
	background:  none;
}
ul#primary-nav li li span {
/* remove any image set in first level li span */
	background:  none;
/* set text color here also to insure color */
	color: #fff;
/* just to be sure */
	font-weight: normal;
}
ul#primary-nav li:hover span,
ul#primary-nav li.menuh span,
ul#primary-nav li.menuparenth span {
	color: #919191;
}
/* IE6 hacks, the JS used for hover effect in IE6 puts class menuh on li, unless they have a class then just an "h" as seen above and below */
ul#primary-nav li li.menuh {
	background:  none;
	font-weight: normal;
}
/* IE6 hacks */
ul#primary-nav li.menuparenth li span {
	background:  none;
	color: #000;
	font-weight: normal;
}
/* IE6 hacks */
ul#primary-nav li.menuparenth li.menuparent span {
/* gif for IE6, as it can't handle transparent png */
	background:  url(https://www.heronair.eu/uploads/ngrey/parent.gif) no-repeat right center;
	color: #000
}
/* IE6 hacks */
ul#primary-nav li.menuparenth li.menuh span {
	background:  none;
	color: #FFF;
	font-weight: normal;
}
/* IE6 hacks */
ul#primary-nav li.menuparenth li.menuparenth {
	background:  none;
	color: #FFF;
	font-weight: normal;
}
ul#primary-nav li.menuactive  {background:#ffd000;}

ul#primary-nav li.menuactive a {color:#000000;}
ul#primary-nav li a.menuactive span {
	font-weight: normal;
text-transform:uppercase;
}
#primary-nav li li a {
/* second level padding, no image and not as big */
	padding: 5px 10px;
/* to keep it within li */
	width: 165px;
/* space between them */
	margin: 5px;
	background: none;
}
/* IE6 hacks to above code */
* html #primary-nav li li a {
	padding: 5px 10px;
	width: 165px;
	margin: 0px;
	color: #ffd000;
}
#primary-nav li li:hover {
/* remove image set in first level */
	background: none;
}
#primary-nav li li a:hover {
/* set different image than first level */
	background:  url(https://www.heronair.eu/uploads/ngrey/darknav.png) repeat-x left center;
/* we need #FFF/white to contrast with dark background */
	color: #666666;
}
#primary-nav li.menuparent li a:hover span {
/* insures text color */
	color: #666666;
}
ul#primary-nav li:hover li a span {
/* first level is #FFF/white, we need #000/black to contrast with light background */
	color: #ffd000;
/* just to insure normal */
	font-weight: normal;
}
#primary-nav li li.menuactive a.menuactive, #primary-nav li li.menuactive a.menuactive:hover {
/* set your image here, lighter than hover
	background:  url(https://www.heronair.eu/uploads/ngrey/nav.png) repeat-x left 0px;*/
/* non active is #FFF/white, we need #000/black to contrast with light background */
	color: #ffd000;
}
#primary-nav li li.menuactive a.menuactive span {
/* insures text color */
	color: #ffd000;
}
#primary-nav li li.menuactive a.menuactive:hover span {
/* insures text color */
	color: #ffd000;
}
/* IE6 hacks to above code */
#primary-nav li li.menuparenth a.menuparent span {
/* right arrow for menu parent, IE6 gif */
	background:  url(https://www.heronair.eu/uploads/ngrey/parent.gif) no-repeat right center;
	color: #ffd000;
}
/* IE6 hacks to above code */
#primary-nav li li.menuparenth a.menuparent:hover span {
	color: #FFF;
}
#primary-nav li li.menuparent a.menuparent span {
/* right arrow for parent item */
	background:  url(https://www.heronair.eu/uploads/ngrey/parent.gif) no-repeat right center;
}
#primary-nav li.menuactive li a:hover span {
/* black text */
	color: #ffd000;
}
ul#primary-nav li li a.menuactive  span {
/* remove image set in first level */
	background:  none;
	font-weight: normal;
}
#primary-nav li.menuactive li a {
/* second level active link color */
	color: #ffd000;
	text-decoration: none;
	background: none;
}
#primary-nav li.menuactive li a:hover {
/* dark image for hover */
/*	background:  url(https://www.heronair.eu/uploads/ngrey/darknav.png) repeat-x left center;*/
}
#primary-nav li.menuactive li a:hover span {
/* white text to contrast with dark background image on hover */
	color: #dddddd;
}
ul#primary-nav li:hover li a span, ul#primary-nav li.menuparenth li a span {
	padding: 0px;
	background:  none;
}
/* this is a special li type from the menu template, used to hold the bottom image for ul set above */
#primary-nav ul li.separator, #primary-nav .separator:hover {
/* set same as ul */
	width: 210px;
/* height of image */
	height: 9px;
/* negative margin pulls it down to cover ul image */
	margin: 0px 0px -8px;
/* set your image here */
	background: url(https://www.heronair.eu/uploads/ngrey/ulbtmrt.png) no-repeat left bottom;
}
/* same as above for next level to insure it shows correct */
#primary-nav ul ul li.separator, #primary-nav ul ul li.separator:hover {
	height: 9px;
	margin: 0px 0px -8px;
	background: url(https://www.heronair.eu/uploads/ngrey/ulbtmrt.png) no-repeat left bottom;
}
/* IE6 hacks */
* html #primary-nav ul li.separator {
	height: 2px;
	background: url(https://www.heronair.eu/uploads/ngrey/ulbtmrt.gif) no-repeat left bottom;
}
/* IE6 hacks */
* html #primary-nav ul li.separatorh {
	margin: 0px 0px -8px;
	height: 2px;
	background: url(https://www.heronair.eu/uploads/ngrey/ultop.gif) no-repeat left top;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul ul ul,
*/
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
	display: none;
}
/* for fourth level add
#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul,
*/
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
	display: block;
}
/* IE Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}



#menu_vert ul li {font-family:'Oswald', sans-serif;font-size:16px;font-weight:normal;padding:7px 0 7px 0;border-bottom:1px solid #4a4a4a;}
#menu_vert ul li a {text-decoration:none;color:#ffffff;}
#menu_vert ul li a.menuactive {text-decoration:none;color:#ffd000;}
#menu_vert ul li.menuactive{border-bottom: 1px solid #4A4A4A;}
#menu_vert ul li a:hover {color:#919191;}

/*secondo livello menu */
#menu_vert ul li.menuactive ul li a{color:#ababab; font-size:14px; display:block;}
#menu_vert ul li.menuactive ul li {margin-right:15px !important;}
#menu_vert ul li.menuactive ul li a:hover {color:#ffffff;}
#menu_vert ul li.menuactive ul li a.menuactive {color:#ffd000;}
#menu_vert ul li.parent {border:0;}

#menu_vert ul li a.parent {border-bottom: 1px solid #4A4A4A;padding-bottom:10px; display: block;margin-bottom: 0;}


/* Stylesheet: Basic: ShadowMenu - Horizontal Modified On 2013-07-26 15:11:45 */
