#nav {
	background-image: url(../images/navbg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 750px;
	height: 42px;
	margin-bottom: 2px;
}

div#globalnav	{
	height: 42px;
	width: 750px;
	margin: 0;
	padding: 0;
	border: 0;
	}

div#globalnav ul#menu	{
	height: 42px;
	width: 750px;
	background: transparent url(../images/navbg.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

div#globalnav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
ul#menu li, ul#menu a {
	height: 42px;
	display: block;
	}
	
div#globalnav ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#home	{left: 0; width: 95px;}
#tours  {left: 95px; width: 94px;}
#wholesale	{left: 187px; width: 94px;}
#insurance	{left: 281px; width: 94px;}
#contact {left: 375px; width: 95px;}
#testimonials	{left: 471px; width: 93px;}
#retired {left: 563px; width: 93px;}
#security	{left: 656px; width: 94px;}

#home a:hover	{background: transparent url(../images/navbg.gif) 0 -42px no-repeat;}
#tours a:hover	{background: transparent url(../images/navbg.gif) -95px -42px no-repeat;}
#wholesale a:hover {background: transparent url(../images/navbg.gif) -187px -42px no-repeat;}
#insurance a:hover {background: transparent url(../images/navbg.gif) -281px -42px no-repeat;}
#contact a:hover {background: transparent url(../images/navbg.gif) -375px -42px no-repeat;}
#testimonials a:hover {background: transparent url(../images/navbg.gif) -471px -42px no-repeat;}
#retired a:hover {background: transparent url(../images/navbg.gif) -563px -42px no-repeat;}
#security a:hover {background: transparent url(../images/navbg.gif) -656px -42px no-repeat;}

#home.thisPage a:link, #home.thisPage a:visited	{background: transparent url(../images/navbg.gif) 0 -42px no-repeat;}
#tours.thisPage a:link, #tours.thisPage a:visited	{background: transparent url(../images/navbg.gif) -95px -42px no-repeat;}
#wholesale.thisPage a:link, #wholesale.thisPage a:visited {background: transparent url(../images/navbg.gif) -187px -42px no-repeat;}
#insurance.thisPage a:link, #insurance.thisPage a:visited {background: transparent url(../images/navbg.gif) -281px -42px no-repeat;}
#contact.thisPage a:link, #contact.thisPage a:visited {background: transparent url(../images/navbg.gif) -375px -42px no-repeat;}
#testimonials.thisPage a:link, #testimonials.thisPage a:visited {background: transparent url(../images/navbg.gif) -471px -42px no-repeat;}
#retired.thisPage a:link, #retired.thisPage a:visited {background: transparent url(../images/navbg.gif) -563px -42px no-repeat;}
#security.thisPage a:link, #security.thisPage a:visited {background: transparent url(../images/navbg.gif) -656px -42px no-repeat;}

