.horbar	{
	color: black;
	background-color: #DDC26E;
	height: 20px;
	border-top: 1px outset #000000;
	align:right;

}

.horbaritem	{
	float: left;
	white-space: nowrap;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	height:20px;
	
}

.horbaritem a	{
	display: block;
	text-decoration: none;
	height:20px;
	
}

.horbaritem a:link	{
	color: #000000;
	height:20px;
	text-decoration: none;
}

.horbaritem a:visited	{
	color: #000000;
	height:20px;
	text-decoration: none;	
}

.horbaritem a:hover	{
	color: #ffffff;
	background-color: #1F4424;
		text-decoration: none;
}

.horbaritem a:active	{
	text-decoration: none;
	color: #F7FF75;
}

.verbar	{
	color: black;
	background-color: #000000;
	border: 1px outset #000000;
	
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #DDC26E;
	border: 1px outset #000000;
}

.item	{
	text-align: left;
	white-space: nowrap;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
	height: 20px;
}

.item a:link	{
	color: #000000;
}

.item a:visited	{
	color: #000000;
}

.item a:hover	{
	color: #ffffff;
	background-color: #1F4424;
	height: 20px;	
}

.item a:active	{
	color: #F7FF75;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 7px;
}

.separatortop	{
	margin: 2px 0px 0px 1px;
	height: 1px;
	overflow: hidden;
	background-color: #000000;
	font-size: 1px;
}

.separatorbottom	{
	margin: 0px 0px 2px 1px;
	height: 1px;
	overflow: hidden;
	background-color: #DDC26E;
	font-size: 1px;
}

