.horbar	{
	position: relative;
	color: white;
	font-weight: bold;
	background-color: #737478;
	padding:0px;
	border-top:2px outset #737478;
}

.horbaritem	{
	border-right:2px groove #737478;
	white-space: nowrap;
	width:auto;
}

.horbaritem a	{
	display: block;
	text-decoration: none;
	color: white;
	text-align: center;
	vertical-align: middle;
	padding:10px;
}

.horbaritem a:link	{
}

.horbaritem a:visited	{
}

.horbaritem a:hover	{
	background-color:#C32E00;
}

.horbaritem a:active	{
}

.verbar	{
	color: white;
/*	background-color: #9A2400;
	border: 2px solid #cecac1;*/
}

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

.subframe	{
	position: relative;
	display: block;
	background-color: #737478;
	border:1px outset #737478;
}

.item	{
	position: relative;
	text-align: left;
	white-space: nowrap;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
}

.item a	{
	position: relative;
	display: block;
	color: white;
	text-decoration: none;
	padding:2px;
}

.item a:link	{
}

.item a:visited	{
}

.item a:hover	{
	background-color:#C32E00;
}

.item a:active	{
}

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