@charset "utf-8";

#Navigation {
	margin: 0px;
	padding: 0px 0px 0px 19px;
	float: left;
	width: 700px;
}
#Navigation ul {
	margin: 15px 0px 0px 5px;
	padding: 0px;
	list-style-type: none;
}
#Navigation li {
	display: inline;
	margin: 0px 33px 0px 0px;
	padding: 0px;
	float: left;
}
#Navigation a:link, #Navigation a:visited, #Navigation a:active {
	color: #1B3B72;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	height: 22px;
	text-decoration: none;
	font-variant: normal;
}
#Navigation a:hover {
	color: #0066FF;
}
#Navigation #current {
	color: #8C274D;
}
.SubNavigation {
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px;
	display: block;
	width: 179px;
	text-align: left;
}
.SubNavigation li {
	display: block;
	margin: 0px;
	padding: 0px;
	background-image:  url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;
}
.SubNavigation a:link, .SubNavigation a:visited, .SubNavigation a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1B3B72;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 4px;
	display: block;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	width: 179px;
	background-image: url(../images/arrow-sidenav.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
}
.SubNavigation a:hover {
	color: #3366cc;
	background-image: url(../images/arrow-sidenav.gif);
	font-size: 12px;
}
body#company a#nav-company,
body#leadership a#nav-leadership,
body#bcd a#nav-bcd,
body#testimonials a#nav-testimonials,
body#locations a#nav-locations,
body#ticket a#nav-ticket,
body#quality a#nav-quality,
body#booking a#nav-booking,
body#reporting a#nav-reporting,
body#discount a#nav-discount,
body#managers a#nav-managers,
body#tva a#nav-tva,
body#ut a#nav-ut,
body#profile a#nav-profile,
body#support a#nav-support,
body#contact a#nav-contact,
body#inquiry a#nav-inquiry,
body#feedback a#nav-feedback,
body#numbers a#nav-numbers,
body#tbd a#nav-tbd,
body#business a#nav-business,
body#visas a#nav-visas,
body#TravResources a#nav-TravResources,
body#overview a#nav-overview, 
body#careers a#nav-careers,  
body#text a#nav-text {
	color: #8C274D;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 179px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	text-decoration: none;
	background-image: url(../images/arrow-sidenav-current.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
	margin: 0px;
}
