#nav {
	background-color: #3f653e;
	border-top: 2px solid #063d04;
	border-bottom: 2px solid #063d04;
	height: 1%;}

.horbar	{ color: black; margin: 5px 25px; }
.horbaritem	{ float: left; white-space: nowrap; font-size: 12px; margin-left: 10px; }
.horbaritem a	{ display: block; text-decoration: none; font-weight: bold; }
.horbaritem a:link		{ color: #ece4c2; }
.horbaritem a:visited	{ color: #ece4c2; }
.horbaritem a:hover		{ color: #fff;  }
.horbaritem a:active	{ color: #ece4c2; }
.verbar	{ color: black; background-color: #dcdad5; border: 2px outset #cecac1; }
.submenu	{ position: absolute; left: 0; top: 0; visibility: hidden; }
.subframe	{ position: relative; display: block; background-color: #3f653e; padding-top: 5px;}
.item	{ text-align: left; white-space: nowrap; font-size: 12px; }
.item a	{ position: relative; display: block; text-decoration: none; padding: 3px 6px; }
.item a:link		{ color: #fff; }
.item a:visited	{ color: #fff; }
.item a:hover		{ color: #ece4c2; }
.item a:active	{ color: #fff; }
.item .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 7px;
}

.separator	{
	background-color: #ff0000;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 2px 0px 2px 1px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}


