.horbar	{
	color: blue;
	background-color: #ffffcc;
	border-top: 1px solid #c00080;
	border-bottom: 1px solid #c00080;
}

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

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

.horbaritem a:link	{
	color: #0000ff;
}

.horbaritem a:visited	{
	color: #0000ff;
}

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

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


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

.subframe	{
	position: relative;
	display: block;
	background-color: #ffffcc;
	border-bottom: 1px solid #c00080;
	border-right: 1px solid #c00080;
	border-left: 1px solid #c00080;
}

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

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

.item a:link	{
	color: #0000ff;
}

.item a:visited	{
	color: #0000ff;
}

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

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

.item .fwdarr	{
	position: absolute;
	top: 0px;
/*	right: 0px; */
	right: 0px;
}
