.navcontainer {
	width: 160px;
}
.navcontainer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
.navcontainer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}


.navcontainer ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-size: 16px;
	text-decoration: none;
}
.navcontainer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	background-color: #CBB17D;
	font-weight: bolder;
	border-top-width: 1px;
	border-right-width: medium;
	border-bottom-width: 1px;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9B6627;
	border-right-color: #9B6627;
	border-bottom-color: #9B6627;
	border-left-color: #9B6627;
}

.navcontainer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 3px;
	width: 143px;
	word-spacing: normal;
	white-space: pre;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: medium;
	border-bottom-width: 1px;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BFA060;
	border-right-color: #BFA060;
	border-bottom-color: #BFA060;
	border-left-color: #BFA060;
}

