.horbar	{
	color: White;
	background-color: #dcdad5;
	border: 2px outset #cecac1;
	border: 3px solid White;
}

.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: White;
	text-decoration: none;
}

.horbaritem a:visited	{
	color: White;
	text-decoration: none;
}

.horbaritem a:hover	{
	color: #ffffff;
	background-color: #4b6983;
	text-decoration: none;
}

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

.verbar	{
	color: #003cb3;
	background-color: #ffffff;
}

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

.subframe	{
	position: relative;
	display: block;
	background-color: #ffffff;
	//border: 2px dotted #cecac1;
	border: 1px #000000 dotted;
	white-space: nowrap;
}

.item	{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px;
	color: #003cb3;
}

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

.item a:link	{
	color: #003cb3;
	text-decoration: none;
}

.item a:visited	{
	color: #003cb3;
	text-decoration: none;
}

.item a:hover	{
	color: #ffffff;
	background-color: #5ba3e5;
	text-decoration: none;
}

.item a:active	{
	color: #ff0000;
	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: 5px 0px 5px 0px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}

