/* 	Property Adjustment Key: top, right, bottom, left */

#secondaryHeaderLinks {
    font-size: 85%;
    float: right;
    margin: 5px 0 0 600px;
    position: absolute;
}	
	
#secondaryHeaderLinks ul {
	padding:0;
	list-style:none;
	margin: 0 0 5px 0;
}
	
#secondaryHeaderLinks ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#secondaryHeaderLinks ul form {
	display: inline;
	margin: 0;
	padding: 0;
}
	
#secondaryHeaderLinks img {
    vertical-align: middle;
    padding: 0 5px 0 5px;
}

.accountLinks { 
    margin: 20px 2px 0 0;
    font-size: 85%;
    float: right;
}

.accountLinks img {
    vertical-align: middle;
    padding: 0 5px 0 5px;
}

.headerHighlight  {
    background-color: #FFE57F;
}


.fadeThisNoNav {
    position:relative;
    background:url("http://media.triseptsolutions.com/sites/VAXWEBWNT/PublishingImages/w3/booking/images/index/noNavBackground.gif") no-repeat;
    display:block;
    height: 108px; 
}

/* Main Navigation */

#navigation {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	top: 0px;
	left: 0px;
	width: 988px;
	height: 108px;
}

#navigation li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: -9999px;	
}

#navigation li a {
	border: 0;
	display: block;
	height: 108px;
	background: url(http://media.triseptsolutions.com/sites/VAXWEBWNT/PublishingImages/w3/booking/images/index/navBackground.gif) no-repeat;
}

#navigation li a:hover {
	border: 0;
	display: block;
	background-image: url(http://media.triseptsolutions.com/sites/VAXWEBWNT/PublishingImages/w3/booking/images/index/navBackgroundOn.gif);
}	
	
li#home a {
	width: 210px;
 }
 
li#deals a {
	width: 105px;
}

li#deals a:link,
li#deals a:visited,
li#deals a:hover {
	background-position: -210px 0px;
}

li#destinations a {
	width: 145px;
}

li#destinations a:link,
li#destinations a:visited,
li#destinations a:hover {
	background-position: -315px 0px;
}

li#themes a {
	width: 210px;
}

li#themes a:link,
li#themes a:visited,
li#themes a:hover {	
	background-position: -460px 0px;
}

li#myAccount a {
	width: 143px;
}

li#myAccount a:link, 
li#myAccount a:visited, 
li#myAccount a:hover {	
	background-position: -670px 0px;
}

li#checkin a {
	width: 174px;
}

li#checkin a:link, 
li#checkin a:visited, 
li#checkin a:hover {	
	background-position: -813px 0px;
}

/* Click-to-Chat Feature */
#clickToChatPosition {
    position: absolute;
    margin: 15px 0 0 450px;
}

.emailUsBtn  {
    width: 133px;
    height: 37px;
    background: transparent url(http://media.triseptsolutions.com/sites/VAXWEBWNT/PublishingImages/w3/booking/images/emailUsBtn.gif) no-repeat 0 0;
}

.chatNowBtn  {
    width: 173px;
    height: 37px;
    background: transparent url(http://media.triseptsolutions.com/sites/VAXWEBWNT/PublishingImages/w3/booking/images/chatNowBtn.gif) no-repeat 0 0;
}

/* necessary to override inline-styling from click to chat vendor */
#iibody img {
    position: absolute;
}

