﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
/*
body {
	line-height: 1;
}
*/
ol, ul {
	list-style: none;
	margin:0; /*NEW*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Default Styles 
--------------------------------------------------------------------*/
/*
body {
	background: url('rootmenu_img/denim.png');
	font-family: 'Droid Sans', sans-serif;;
}
*/

.clearfix {
	clear: both;
}

.wrap {
	width: 100%; /*764px; /*940*/
	margin: 0 auto 18px auto; /*5px auto*/
}

nav {
/*	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ccc));
	background-image: linear-gradient(#fff, #ccc);
*/
	border-radius: 4px;
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.5); /* 0 0 4 2 */
	padding: 0px 5px;
	position: relative;
/*	background-image:url("https://www.flightsimnorway.com/css/../bck_images/btm_back_alum.png");*/
/*	background: rgba(210,210,210,0.95);*/
	background: rgb(210,210,210);
}

.menu li {
	float: left;
	position: relative;
}

.menu li a, .menu li ul li a {
	color: #444;
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding: 3px 3px; /*6px 12px;*/
	margin: 6px 4px; /*8px 8px;*/
	vertical-align: middle;
	text-decoration: none;
}
.menu li ul li a {
	margin-left:-34px;
}

.menu li ul li a span {
/*	margin-left:-2px;*/
}

.menu li a:hover {
/*
	background: -webkit-gradient(linear, center top, center bottom, from(#ededed), to(#fff));
	background-image: linear-gradient(#ededed, #fff);
*/
/*	background: rgba(210,210,210,0.95);*/
	background: rgb(210,210,210);
	border-radius: 4px; /*12*/
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1); /* 0 0 1 1 */
	color: #222;
}

/* Dropdown styles */

.menu ul {
	position: absolute;
	left: -9999px;
	list-style: none;
	opacity: 0;
	transition: opacity 1s ease;
}

.menu ul li {
	float: none;
}

.menu ul a {
	white-space: nowrap;
}

/* Displays the dropdown on hover and moves back into position */
.menu li:hover ul {
/*	background: rgba(210,210,210,0.95);*/
	background: rgb(210,210,210);
	border-radius: 0 0 4px 4px;
	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.4);  /*inset 0px 2px 4px rgba(0,0,0,0.4)*/
	left: 5px;
	opacity: 1;
}

/* Persistant Hover State */
.menu li:hover a {
/*	background: -webkit-gradient(linear, center top, center bottom, from(#ccc), to(#ededed));
	background-image: linear-gradient(#ccc, #ededed);
*/
	background: rgb(240,240,240);
	border-radius: 6px;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
	color: #222;
}

.menu li:hover ul a {
	background: none;
	border-radius: 0;
	box-shadow: none;
}

.menu li:hover ul li a:hover {
/*	background: -webkit-gradient(linear, center top, center bottom, from(#eee), to(#fff));
	background-image: linear-gradient(#ededed, #fff);
*/
	background: rgb(240,240,240);
	border-radius: 6px;
	box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.3); /*inset 0px 0px 4px 2px rgba(0,0,0,0.3);*/
}
