.horbar	{
	color: black;
	background-color: #dcdad5;
	border: 2px outset #cecac1;
/*	padding-left: 5px; */
}

.horbaritem	{
	float: left;
	white-space: nowrap;
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	width: 120px;
/*	border: 2px solid #000000; */
}

.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; */
	background-color: #FFFF80;
}

.horbaritem a:active	{
/*	color: #ffff00; */
}

.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: #eeeeee;
	border: 1px outset #cecac1;
}

.item	{
	position: relative;
	text-align: left;
	white-space: normal;
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: xx-small;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
  width: 114px;
	border-bottom: 1px solid #cecac1;

}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link	{
	color: #000000;
}

.item a:visited	{
	color: #000000;
}

.item a:hover	{
/*	color: #ffffff;
	background-color: #4b6983; */
	background-color: #FFFF80;
}

.item a:active	{
/*	color: #ffff00; */
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
/*	right: 7px; */
}

