/* --------------------------------------------------------- TOP NAV */

#nav ul{
	list-style-type: none;
}

#nav ul li {
	float: left;
}

#nav ul li span {
	display: none;
}

#nav ul li a {
	display: block;
}

#nav ul li a.nav-home {
	background: url(/assets/images/btn_home.png) top no-repeat;
	width: 230px;
	height: 39px;
}

#nav ul li a.nav-services {
	background: url(/assets/images/btn_services.png) top no-repeat;
	width: 230px;
	height: 39px;
}

#nav ul li a.nav-partners {
	background: url(/assets/images/btn_partners.png) top no-repeat;
	width: 230px;
	height: 39px;
}

#nav ul li a.nav-casestudies {
	background: url(/assets/images/btn_casestudies.png) top no-repeat;
	width: 230px;
	height: 39px;
}

#nav ul li a.nav-faq {
	background: url(/assets/images/btn_faq.png) top no-repeat;
	width: 230px;
	height: 39px;
}

#nav ul li a.nav-contact {
	background: url(/assets/images/btn_contact.png) top no-repeat;
	width: 230px;
	height: 39px;
}

#nav ul li a.nav-aircraftsales {
	background: url(/assets/images/btn_aircraft-sales.png) top no-repeat;
	width: 230px;
	height: 96px;
}

#nav ul li a.nav-consulting{
	background: url(/assets/images/btn_consulting.png) top no-repeat;
	width: 230px;
	height: 96px;
}

#nav ul li a:hover {
	background-position: bottom;
}

#nav ul li a.active {
	background-position: bottom !important;
}


#navServices{
	width: 198px;
	padding-left: 32px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.1em;
	background: url(../images/bg_services.jpg) top center no-repeat;
	float: left;
	clear: both;
}

#navServices a {
	color: #666666;
	border-bottom: dotted 0px;
	text-decoration: none;
}

#navServices a:hover {
	color: #333333;
	border-bottom: dotted 0px;
	text-decoration: none;
}