
a.nav {
		background: #007860;
		color:#FFFFFF;
	}
a.nav:hover {
		background:#FFFFFF;
		color:#007860;
	}
img { border:0px; }
.nav-text { 
		font-family:Arial, Verdana, Helvetica, sans-serif; font-size:11px; 
		color:white; 
		font-weight:bold;
	}
.nav-arrow { 
	margin-right:5px; 
	margin-top:5px; 
	float:left; 
	}
.nav-list { 
	margin:0px; 
	}	
.txt-small-gold {
		font-size:11px;
		color:#938263;
	}
.txt-smallest-gold {
		font-size:10px;
		color:#938263;
	}
#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	height: 22px;
	display: inline;
	overflow: hidden;
	clip: rect(auto, auto, 22px, auto)
	}
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#nav a {
	float: left;
	padding: 22px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:22px;
	}
#nav a:hover {
	background-position: 0 -22px;
	}
#nav a:active, #nav a.selected {
	background-position: 0 -44px;
}
#t1 a  {
	width: 163px;
	background: url(images/bkgd-nav-1.gif) top left no-repeat;
	}
#t2 a  {
	width: 79px;
	background: url(images/bkgd-nav-2.gif) top left no-repeat;
	}
#t3 a  {
	width: 78px;
	background: url(images/bkgd-nav-3.gif) top left no-repeat;
	}
#t4 a  {
	width: 80px;
	background: url(images/bkgd-nav-4.gif) top left no-repeat;
	}
#t5 a  {
	width: 143px;
	background: url(images/bkgd-nav-5.gif) top left no-repeat;
	}
#t6 a  {
	width: 87px;
	background: url(images/bkgd-nav-6.gif) top left no-repeat;
	}
#t7 a  {
	width: 50px;
	background: url(images/bkgd-nav-home.gif) top left no-repeat;
	}
