#nav {
  position: relative;
  left: 0px;
  top: 0px;
	margin: 0 auto;	
	padding: 0;
	width: 927px;
	height: 32px;
	background: url(../images/nav_bg.gif) top left repeat-x;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	z-index: 99;
	text-align: center;
	clear: both;
}

#nav ul {
	height: 32px;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;	 
}

#nav a {
	display: block;
	color: #185EA1;
	text-decoration: none;
	height: 32px
}

#nav a:hover {
	color: #1C70C1;
	background: url(../images/button-over.gif) top left no-repeat
}

#nav li {
	text-align: left;
	float: left;
	padding: 0;
	margin:0;
}

#nav li.left {
	background: url(../images/left.gif);
	width: 24px;
}

#nav li.home {
	background: url(../images/home.gif);
	width: 52px;
}

#nav li.photosearch { 
	background: url(../images/photosearch.gif);
	width: 97px;
}

#nav li.aboutus {
	background: url(../images/aboutus.gif);
	width: 71px;
}

#nav li.printcosts {
	background: url(../images/printcosts.gif);
	width: 80px;
}

#nav li.digitalcosts {
	background: url(../images/digitalcosts.gif);
	width: 93px;
}

#nav li.bannerad {
	background: url(../images/bannerad.gif);
	width: 128px;
}

#nav li.testimonials {
	background: url(../images/testimonials.gif);
	width: 88px;
}

/*#nav li.flights {
	background: url(../images/flights.gif);
	width: 50px;
}*/

#nav li.book {
	background: url(../images/book.gif);
	width: 50px;
}

#nav li.contactus {
	background: url(../images/contactus.gif);
	width: 80px;
}

#nav li:hover, #nav li.sfhover,
body.home #nav li.home,
body.photosearch #nav li.photosearch,
body.aboutus #nav li.aboutus,
body.printcosts #nav li.printcosts,
body.digitalcosts  #nav li.digitalcosts,
body.bannerad #nav li.bannerad,
body.contactus #nav li.contactus,
body.testimonials #nav li.testimonials {
	background-position: 0 -32px
}

#nav ul.arrow {
	background: #E8EAF0 url(../images/arrow.gif) top right no-repeat;
}

#nav li span {
	display: none
}

#nav li ul {
	border: 1px solid #C9CDDC;
	border-width: 0 1px 0px 1px;
	position: absolute;
	left: -999em;
	/*top: 40px;*/
	height: auto;
	width: 140px;
	font-weight: normal;
	display: inline;
	margin: 0 0 0 -15px;
	padding: 0;
	background: #E8EAF0;
}

#nav li li {
	width: 100%;
	height: 100%
}

#nav li ul a {
	border: solid #C9CDDC;
	border-width: 0 0 1px 0;
	display: block;
	text-decoration: none;
	width: 140px;
	padding: 5px 0;
	height: 100%;
	text-align: left;
	text-indent: 5px;
	margin: 0;
	font-weight: bold;
	background: none;
	voice-family: "\"}\""; voice-family:inherit;
}

#nav li ul a:hover {
	background-color: #F5F6FA;
	background-image: none
}

#nav li ul ul {
	margin: -36px 0 0 140px;
	padding: 0
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	
}

#nav li li li:hover, #nav li li li.sfhover, #nav li li.sfhover, #nav li li li.sfhover{
	background-color: #F5F6FA;
	background-image: none
}
