﻿#nav 
{
	background: url(/images/layout/bg-header-top.gif) repeat-x;
	margin-left: 31px;
	padding-left: 5px;
	padding-right: 12px;
}
#nav td 
{
	background: url(/images/layout/bg-nav.gif) repeat-x;
	padding-top: 29px;

	width: 206px;
}
#nav td.seperator 
{
	width: 12px;
	padding: 0px;

	background: url(/images/layout/bg-nav-seperator.gif) no-repeat;
}
#nav tr a
{
	display: block;
	text-align: center;
	font: 20px/64px Trebuchet MS, Helvetica, sans-serif;
	text-decoration: none;
	margin-top: 8px;
	line-height: 34px;
	color: #7D633B;
}
#nav td a:hover, #nav td.active a
{
	color: #890B0B;
}