/*** ESSENTIAL STYLES ***/
.mainNAV, .mainNAV * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.mainNAV {
	line-height:	1.0;
}
.mainNAV ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.mainNAV ul li {
	width:			100%;
}
.mainNAV li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.mainNAV li {
	float:			left;
	position:		relative;
}
.mainNAV a {
	display:		block;
	position:		relative;
}
.mainNAV li:hover ul, .mainNAV li.sfHover ul {
	left:			0;
	top:		44px; /* match top ul list item height */
	z-index:		99;
}
ul.mainNAV li:hover li ul, ul.mainNAV li.sfHover li ul {
	top:			-999em;
}
ul.mainNAV li li:hover ul, ul.mainNAV li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.mainNAV li li:hover li ul, ul.mainNAV li li.sfHover li ul {
	top:			-999em;
}
ul.mainNAV li li li:hover ul, ul.mainNAV li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/***  SKIN ***/
.mainNAV {
	top:0;
	left:0;
}
.mainNAV a, .mainNAV a:visited { /* visited pseudo selector so IE6 applies text colour*/
	/*padding:19px 27px 14px;*/
	padding:19px 0 14px;
	text-decoration:none;
	text-align:left;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#544e46;
	text-transform:uppercase;
}

.mainNAV li {}
.mainNAV ul {
	padding:19px 0 9px;
	background:url(http://www.lehmannaviation.com/menu_bg.png);
}
.mainNAV li li {}
.mainNAV li li a {}
.mainNAV li li li {}
.mainNAV li li a, .mainNAV li li li a, .mainNAV li li a:visited, .mainNAV li li a.subLinkOn/*, .headerNAVIR .mainNAV li li a, .headerNAVIR .mainNAV li li li a, .headerNAVIR .mainNAV li li a:visited*/ {
	color:#e1dfd2 !important;
	padding:0 26px !important;
	margin-bottom:9px;
	font-weight:normal;
	text-decoration:none;
	background:none;
}
.mainNAV li:hover, .mainNAV li.sfHover, .mainNAV a:focus, .mainNAV a:hover, .mainNAV a:active, .mainNAV a.subLinkOn {
	color:		#544e46;
	outline:		0;
	background-color:#e5e3de;
	text-decoration:none;
}
.mainNAV a.subLinkOn {
	color:		#544e46 !important;
	}
.mainNAV li li:hover, .mainNAV li li.sfHover, .mainNAV li li a:focus, .mainNAV li li a:hover, .mainNAV li li a:active {
	background-color:transparent;
	color:#FFF;
	outline:		0;
	text-decoration:none;
}
.mainNAV li li a:focus, .mainNAV li li a:hover, .mainNAV li li a:active {
	background: url(http://www.lehmannaviation.com/arrow_nav.gif) 0 50% no-repeat;
	}
.homeButtn {
	width:96px;
	}
.homeButtn a, .homeButtn a:hover, .homeButtn a:visited {
	text-align:center;
	}
.aboutButtn {
	width:93px;
	}
.aboutButtn a, .aboutButtn a:hover, .aboutButtn a:visited {
	text-align:center;
	}
.solutionsButtn {
	width:118px;
	}
.solutionsButtn a, .solutionsButtn a:hover, .solutionsButtn a:visited {
	text-align:center;
	}
.applicationsButtn {
	width:118px;
	}
.applicationsButtn a, .applicationsButtn a:hover, .applicationsButtn a:visited {
	text-align:center;
	}
.newseventsButtn {
	width:145px;
	}
.newseventsButtn a, .newseventsButtn a:hover,.newseventsButtn a:visited {
	text-align:center;
	}
.mediaButtn {
	width:144px;
	}
.mediaButtn a, .mediaButtn a:hover, .mediaButtn a:visited {
	text-align:center;
	}
.careersButtn {
	width:108px;
	text-align:center;
	}
.careersButtn a, .careersButtn a:hover, .careersButtn a:visited {
	text-align:center;
	}
.investorsButtn {
	width:122px;
	}
.investorsButtn a, .investorsButtn a:hover, .investorsButtn a:visited {
	text-align:center;
	}
.contactsButtn {
	width:114px;
	}
.contactsButtn a, .contactsButtn a:hover, .contactsButtn a:visited {
	text-align:center;
	}
/*** arrows **/
.mainNAV a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('http://www.lehmannaviation.com/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.mainNAV ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.mainNAV ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.mainNAV ul a:focus > .sf-sub-indicator, .mainNAV ul a:hover > .sf-sub-indicator, .mainNAV ul a:active > .sf-sub-indicator, .mainNAV ul li:hover > a > .sf-sub-indicator, .mainNAV ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
