.horbar	{
	color: black;
	background-color: #f2e4b9;
	border: 1px;
	border-color: #000000;
	height: inherit;
}

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

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

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

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

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

.horbaritem a:active	{
	color: #ff0000;
}

.verbar	{
	color: black;
	background-color: #f2e4b9;
	border: 1px;
	border-style: solid;
	border-color: #aaaaaa;
}

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

.subframe	{
	position: relative;
	display: block;
	background-color: #f2e4b9;
	border: 1px;
	border-style: solid;
	border-color: #aaaaaa;
}

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

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


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