.horbar	{
	color: #ffffff;
	background-color: #ffffff;
}

.horbaritem	{
	white-space: nowrap;
	font-family: arial;
	font-size: 12px;
}

.horbaritem a	{
	color: #CC0000;
	display: block;
	text-decoration: none;
	border: 1px solid #ffffff;
	padding-left:3px;
}

.horbaritem a:link	{
	color: #CC0000;
	text-decoration: none;
}

.horbaritem a:visited	{
	color: #CC0000;
	text-decoration: none;
}

.horbaritem a:hover	{
	color: #ffffff;
	background-color: #CC0000;
	text-decoration: none;
	border: 1px outset buttonface;
}

.horbaritem a:active	{
	color: #ffcc00;
	text-decoration: none;
	border: 1px inset buttonface;
}

.verbar	{
	color: black;
	background-color: #dcdad5;
	border: 2px outset buttonface;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #003300;
	border: 1px outset buttonface;
}

.item	{
	text-align: left;
	white-space: nowrap;
	font-family: arial;
	font-size: 12px;
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
	padding-left: 7px;
}

.item a:link	{
	color: #ffffff;
	text-decoration: none;
}

.item a:visited	{
	color: #ffffff;
	text-decoration: none;
}

.item a:hover	{
	color: #ffffff;
	background-color: #CC0000;
	text-decoration: none;
}

.item a:active	{
	color: #ffcc00;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 7px;
}

.separator	{
	background-color: #ff0000;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 2px 0px 2px 1px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}

