.horbar	{
	color: black;
	background-color: #990000; /*change this*/
	border: 2px outset #ffffff;
}

.horbaritem	{
	float: left;
	white-space: nowrap;
	font-family: Times New Roman;
	font-size: 14px;
}

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

.horbaritem a:link	{
	color: #ffffff; /* change this */
}

.horbaritem a:visited	{
	color: #ffffff; /* change this*/
}

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

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

.verbar	{
	color: black;
	background-color: #134935;
	border: 2px outset #cecac1;
}

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

.subframe	{
	position: relative;
	display: block;
	background-color: #990000; /*change this*/
	border: 2px outset #ffffff;
}

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

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

.item a:link	{
	color: #ffffff; /*change this*/
}

.item a:visited	{
	color: #ffffff; /*change this*/
}

.item a:hover	{
	color: #ffffff;
	background-color: #a0a0a0; /*change this*/
}

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

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