#tnav{
	height: 60px;
	background-color: #120D05;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dfff88;
	border-bottom-color: #dfff88;
}
#tnavco{
	width: 630px;
	margin-right: auto;
	margin-left: auto;
}
a.tnav, a.tnav:link, a.tnav:visited {
	display:block;
	width:126px;
	height:60px;
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #120D05;
	text-align: center;
	float: left;
	line-height: 60px;
	color: #dfff88;
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
a.tnav:hover {
	display:block;
	width:126px;
	height:60px;
	background-repeat: repeat-y;
	background-position: left bottom;
	background-color: #34260E;
	text-align: center;
}
#tnavco small {
	font-size: 10px;
	text-transform: uppercase;
	color: #a09d83;
	line-height: normal;
	font-family: Verdana, Geneva, sans-serif;
}
