/* MENU ***************************************************************************************************************/
div.menu-wrapper {
	background-image: url('/images/menu_bg.jpg');
	background-repeat: repeat-x;
	height: 28px;
	padding-left: 300px;
}
div.menu {
	width: 800px;
	height: 28px;
	text-align: left;
	/*padding-left: 10px;*/
}
span.menu-divider {
	width: 2px;
	height: 28px;
	background-color: Gray;
	background-image: url('/images/menu_divider.gif');
	background-repeat: no-repeat;
	float: left;
}
div.menu-item {
	display: inline;
}
span.top-menu {
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	padding-top: 7px;
	padding-left: 26px;
	padding-right: 25px;
	padding-bottom: 1px;
	float: left;
	cursor: pointer;
}
span.top-menu a {
	color: #FFFFFF;
	text-decoration: none;
}
div.sub-menu {
	position: absolute;
	top: 139px;
	background-color: #051d41;
	min-width: 150px;
	display: none;
}
div.sub-menu#about {
	left: 392px;
}
div.sub-menu#allocation {
	left: 521px;
}
div.sub-menu#airports {
	left: 668px;
}
div.sub-menu#slots {
	left: 774px;
}
div.sub-menu#ga {
	left: 934px;
}
div.sub-menu a {
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
	padding-right: 25px;
	color: #FFFFFF;
	display: block;
	/*border: 1px outset;*/
	border-bottom: 1px solid #858585;
	font-weight: normal;
}
div.sub-menu a:hover {
	background-color: #114593;
}
div.sub-menu a:active {
	font-weight: normal;
}


