.horbar	{
	color: black;
	background-color: #0033ff;
	border: 2px outset #000033;
}

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

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

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

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

.horbaritem a:hover	{
	color: #ff3300;
	background-color: #FFFFFF;
	text-decoration: none;
}

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

.verbar	{
	color: black;
	background-color: #0033ff;
	border: 2px outset #000033;
}

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

.subframe	{
	position: relative;
	display: block;
	background-color: #0033ff;
	border: 2px outset #000033;
}

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

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

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

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

.item a:hover	{
	color: #ff3300;
	background-color: #FFFFFF;
	text-decoration: none;
}

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

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

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

/* added for body secttion */

body { color: navy; font-size: 13px; font-family: Georgia, "Times New Roman", Times, serif; background-color: white; }
a:link { color: blue ; font-size: 13px; font-family: Georgia, "Times New Roman", Times, serif; }
a:visited { color: purple ; font-size: 13px; font-family: Georgia, "Times New Roman", Times, serif; }
a:hover { color: green ; font-size: 13px; font-family: Georgia, "Times New Roman", Times, serif; }
a:active { color: red }
h1 { color: navy; font-size: 24px; }
h2 { color: navy; font-size: 20px; }
h3 { color: navy; font-size: 18px; }

