@CHARSET "UTF-8";

div#mainNav ul{
    width: 780px;
    height: 66px;
    background: url("images/nav_back.png") top left repeat-x;
    margin-left: 4px;
    border: 1px solid #fff;
    border-top: none;
}

div#mainNav ul li{
    float: left;
}
div#mainNav ul li a{
    display: block;
    height: 21px;
    padding: 35px 26px 0;
    color: #fff;
    text-decoration: none;
    font-size: .9em;
}

/*** TOP NAV ***/
#topNav div {
margin-top: 10px;
    margin-bottom: -10px;
	float: right;
	margin-right: 20px;
}

#topNav ul li{
    float: left;
	margin: 0 20px 0 10px;
	}
	
#topNav ul li a{
	font-size: .8em;
	color:  #FF710D;
	text-decoration: none;
	font-weight: bold;
}

#topNav ul li a:hover{
	
	
	text-decoration: underline;
	
}


/** NAV PICS ****/
a#home{
    background: url("images/icons/home.png") center 10px no-repeat;
}

a#home:hover, a#home.active{
    background: url("images/icons/home_a.png") center 10px no-repeat;
}



a#scheduledFlights{
    background: url("images/icons/line_flights.png") center 10px no-repeat;
}

a#scheduledFlights:hover, a#scheduledFlights.active{
    background: url("images/icons/line_flights_a.png") center 10px no-repeat;
}



a#charterFlights{
    background: url("images/icons/charter_flights.png") center 10px no-repeat;
}

a#charterFlights:hover, a#charterFlights.active{
    background: url("images/icons/charter_flights_a.png") center 10px no-repeat;
}



a#lastMinute{
    background: url("images/icons/last_minute.png") center 10px no-repeat;
}

a#lastMinute:hover, a#lastMinute.active{
    background: url("images/icons/last_minute_a.png") center 10px no-repeat;
}



a#carRent{
    background: url("images/icons/car_rent.png") center 10px no-repeat;
}

a#carRent:hover, a#carRent.active{
    background: url("images/icons/car_rent_a.png") center 10px no-repeat;
}



a#specials{
    background: url("images/icons/special.png") center 10px no-repeat;
}

a#specials:hover, a#specials.active{
    background: url("images/icons/special_a.png") center 10px no-repeat;
}
