/* -------------- menu top -------------------------- */

#tnav {
	color : #000;
	background-color :#fff;
	width: 664px;
	height : 28px;
	margin: 0;
	border : 0 solid #ed6d4a;
	border-width : 0 28px 0 150px;
	text-align: right;
	font-size: 12px;
	position: absolute;
	top : 0;
	z-index : 7;
}

#tnav ul {
	margin : 6px 10px;
	border-right: 1px solid #ed6d4a;
}

#tnav li {
	display: inline;
	border-left: 1px solid #ed6d4a;
}

#tnav a:link, #tnav a:visited {
	color : #9d9976;
	background-color : #fff;
	font-weight : normal;
	text-decoration : none;
	padding: 0 5px;
}

#tnav a:focus, #tnav a:hover, #tnav a:active {
	color : #9d9976;
	background-color : #fff;
	text-decoration : underline;
	padding: 0 5px;
}

