﻿/*TOP MENU*/
.menu table
{
	 border-width: 0px;
}
.menu td a
{
    color : white;
    text-decoration : none;
    text-align : center;
    font-size : 12px;
    font-family : arial;
}
.menu td
{ 
	text-align: center;
	background:  url(images/Menu_BG.gif)  repeat-x left bottom;
	/*url(../images/Menu_BG.gif) #004284*/
	/*width: 733px;*/
}

.lft
{
	text-align : left;	
}
/*END TOP MENU*/
/*ADMIN MENU*/

#adminMenu
{
	list-style : none;	
	margin : 2px;
	padding : 0;
}
#adminMenu ul
{
	list-style: none;
	margin-left: 5px;
	padding : 0px;
}
/*END ADMIN MENU*/
/*Airline menu*/
#nav_airline
{
	list-style : none;
	padding :0px;
	margin-left: 2px;
		
}
/*END Airline menu*/
/*Custom Airline Menu*/
#nav_airline #sub
{
	list-style : none;
	margin-left : 2px;
	padding-left : 2px;
	font-weight:normal;
}