
a:link {
	color: #932e0a;
	font-weight: bold;
	text-decoration: none;
	outline-style: none; }
a:visited {
	color: #932e0a;
	font-weight: bold;
	text-decoration: none; }
a:hover {
	color: #da8e53;
	text-decoration: none; }
a:active {
	outline-width: 0; }
#navcontainer ul {
	margin: 0;
	list-style-type: none;
	color: #fff;
	font: 12px arial, helvetica, sans-serif;
	text-align: left;
	padding: 0; }
#navcontainer li {
	color: #fff;
	text-align: left;
	display: inline; }
#navcontainer li a:link {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	padding-right: 0.5em;
	padding-left: 0.5em;
	border-right: 1px solid #da8e53; }
#navcontainer li a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	padding-right: 0.5em;
	padding-left: 0.5em;
	border-right: 1px solid #da8e53; }
#navcontainer li a:hover {
	background-color: #da8e53;
	color: #fff;
	text-decoration: none; }
#navcontainer {
	left: 225px;
	top: 160px;
	z-index: 2;
	position: absolute;
	visibility: visible; }
#navcontainer .right a:link {
	border-style: none;
	border-width: 0; }
#navcontainer .right a:visited {
	border-style: none;
	border-width: 0; }
#active a {
	color: #fff;
	background-color: #da8e53; }
#active a:hover {
	color: #fff;
	background-color: #da8e53;
	cursor: default; }
