.horbar	{
	color: black;
	background-color: #dcdad5;
	border: 2px outset #cecac1;
}

.horbaritem	{
	float: left;
	white-space: nowrap;
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 14px;
}

.horbaritem a	{ display: block; text-decoration: none; }

.horbaritem a:link	{ color: #000000; }
.horbaritem a:visited	{ color: #000000; }
.horbaritem a:hover	{ color: #ffffff; background-color: #4b6983; }
.horbaritem a:active	{ color: #ff0000; }

.verbar	{
	color: black;
	/* background-color: translucent; */
	border: 0px outset #cecac1;
	padding-right: 0px;}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #555835;
	border: 0px outset #cecac1;
padding: 1px;
border: 0px solid black;}

.item	{
	position: relative;
	text-align: left;
	white-space: nowrap;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-transform: normal;
	font-weight: bold;
	border: 0px solid black;}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
	padding: 1px; 
	margin-left: 5px;}
	
.item a:link	{ color: #7B804D; }
.item a:visited	{	color: #9F7206; }
.item a:hover	{ color: black ;text-decoration: underline; }
.item a:active	{ color: #7B804D;;}

 /*	.item .fwdarr	{
	position: absolute;
	top: 5px;
right: 4px; 
	right: 10px;
}*/
.item .fwdarr {margin-left: 200px;}
/* COLOR FOR SUBNAV LINK */

.subframe .item a:link	{ color: #fff;}
.subframe .item a:visited	{	color: #fff; }
.subframe .item a:hover	{ color: DBC051; text-decoration: none; }
.subframe .item a:active	{ color: #7B804D;}
