/* Navigation Tabs */
#navcontainer {
	position: relative;
	width: 760px;
	height: 30px;
	padding: 0;
	margin: 0 1px 20px 1px;
	background: #0000CE;
}

#nav {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	width: 760px;
	height: 20px;
	overflow: hidden;
}
	
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a {
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:20px; /* for IE5/Win */
}

#nav a.selected {
	background-position: 0 -40px;
}

#nav a:hover {
	background-position: 0 -20px;
}

#thome a {
	width: 95px;
	background: url(graphics/FChome.jpg) top left no-repeat;
}

#ttour a {
	width: 95px;
	background: url(graphics/FCtour.jpg) top left no-repeat;
}

#tcost a {
	width: 95px;
	background: url(graphics/FCcost.jpg) top left no-repeat;
}

#tcompare a {
	width: 95px;
	background: url(graphics/FCcompare.jpg) top left no-repeat;
}

#tfaq a {
	width: 95px;
	background: url(graphics/FCfaq.jpg) top left no-repeat;
}

#tabout a {
	width: 95px;
	background: url(graphics/FCabout.jpg) top left no-repeat;
}

#tcontact a {
	width: 95px;
	background: url(graphics/FCcontact.jpg) top left no-repeat;
}

#tregister a {
	width: 95px;
	background: url(graphics/FCpost.jpg) top left no-repeat;
}