/* 
Name: 			Menu Style
Description: 	This file contains menu style for Alliance for Aviation Across America site
Project: 		LMG > Alliance for Aviation Across America
Author: 		Tarek Jubaer
Creation: 		v1.0.0
Version: 		1.0.0
Languague: 		CF MX7
---------------------------------------------------------------------
Change History:
Version			Author			Date			Description
1.0.0			Tarek Jubaer	01/01/2009		XXXX - PSD Slicing
												Initial Development
 */
.menu
{
	font-family: "Times New Roman", Times, serif;
	width: 85%;
	position: relative;
	z-index: 100;
	clear: both; /* for this page only */
}
.menu ul 
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: #c5c181;
}

.menu ul li 
{
	float: left; 
	position: relative;
}

.menu ul li a, .menu ul li a:visited,  .menu ul li a:active
{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	float: left;
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 0px 18px ;
	line-height: 35px;
	height: 36px;
}

.menu ul li ul 
{
	display: none;
}

.menu table 
{
	margin:-1px; 
	border-collapse:collapse;	
}

.noMenuBrd
{
	border: none !important;
}

/* specific to non IE and IE7 browsers */
.menu ul li:hover a 
{
	background-image: url(../images/mainMenuHoverBg.png);
	background-repeat: repeat-x;
	color: #054c7b;	
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	float: left;
	display: block;
	text-decoration: none;
	padding: 0px 18px;
	line-height: 35px;
	height: 36px;
}

.menu ul li:hover ul 
{
	display: block;
	position: absolute;
	top: 35px;
	margin-top: 1px;
	left: 0;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #004a7b;
	border: 1px solid #8c8303;	
}

.menu ul li:hover ul li ul 
{
	display: none;
}

.menu ul li:hover ul li a
{
	display: block;
	background: #c5c181;
	height: auto;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #004a7b;
	text-align: left;
	border-bottom: 1px dashed #8b341d;
}

.menu ul li:hover ul li a.drop 
{
	background-color: #c5c181;
}

.menu ul li:hover ul li:hover a
{
	background: #004a7b;
	color: #fff;
	text-decoration: underline;
}

.menu ul li:hover ul li:hover a.drop 
{
	background-color: #004a7b;
}

.menu ul li:hover ul li:hover ul 
{
	display: block;
	position: absolute;
	left: 250px;
	top: -1px;
}
.menu ul li:hover ul li:hover ul li a 
{
	background: #c5c181;
	color: #004a7b;
	text-decoration: none;
}
.menu ul li:hover ul li:hover ul li:hover a 
{
	background: #004a7b;
	color: #fff;
	text-decoration: underline;
}


/* for IE5.x and IE6 browsers only */
.menu ul li a:hover 
{
	color: #054c7b;
	background: #fff url(../images/mainMenuHoverBg.png) repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	float: left;
	display: block;
	text-decoration: none;
	padding: 0px 18px;
	line-height: 35px;
	height: 36px;
}
.menu ul li a:hover ul 
{
	display: block;
	position: absolute;
	top: 35px;
	left: 0;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #004a7b;
	border: 1px solid #8c8303;
	margin-top: 0;
	margin-top: 1px;
	background-color: #c5c181;
}

.menu ul li a:hover ul li a 
{
	width: 200px;
	-width: 220px;
	display: block;
	background: #c5c181;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #004a7b;
	text-align: left;
	border-bottom: 1px dashed #8b341d;
}

.menu ul li a:hover ul li a.drop 
{
	background-color: #c5c181;
}
.menu ul li a:hover ul li a ul 
{
	visibility: hidden;
	position: absolute;
	height: 0;
	width: 0;
}

.menu ul li a:hover ul li a:hover 
{
	background: #004a7b;
	color: #fff;
	text-decoration: underline;
}

.menu ul li a:hover ul li a.drop:hover 
{
	background-color: #004a7b;
}

.menu ul li a:hover ul li a:hover ul 
{
	visibility: visible;
	position: absolute;
	top: 0;
	top: -1px;
	color: #fff;
	left: 250px;	
}
