.horbar	{
	color: #0000cc;
	border: 0px;
}

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

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

.horbaritem a:link	{
	color: #0000cc;
	text-decoration: none;
}

.horbaritem a:visited	{
	color: #0000cc;
	text-decoration: none;
}

.horbaritem a:hover	{
	color: #ff6600;
	text-decoration: none;
}

.horbaritem a:active {
	color: #ffffff;
	text-decoration: none;
}

.verbar	{
	color: #0000cc;
	border: 1px outset #0000cc;
}

.submenu	{
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	z-index: 200;
}

.subframe	{
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	background-color: #ececec;
	border: 1px outset #0000cc;
	z-index: 200;
}

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

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

.item a:link	{
	color: #0000cc;
	text-decoration: none;
}

.item a:visited	{
	color: #0000cc;
	text-decoration: none;
}

.item a:hover	{
	color: #ff6600;
	text-decoration: none;
}

.item a:active	{
	color: #ff6600;
	text-decoration: none;
}

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

.separator {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 2px 0px 2px 1px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}

