.horbar	{
	color: #003399;
	/*background-color: #EBEBEB;*/
	border: 0px outset #cecac1;
}

.1topnormal {

}


.1topnormalact {
	height: 39px;
	width:118;
	text-align:center;
}


.horbaritem	{float: left;	white-space: nowrap;	font-family:  tahoma, geneva, arial, helvetica, sans-serif;	font-size: 13px;	font-weight: bold;}
.horbaritemactive	{float: left;	white-space: nowrap;	font-family:  tahoma, geneva, arial, helvetica, sans-serif;	font-size: 13px;	font-weight: bold;}

.horbaritem a	{display: block;	text-decoration: none;	font-weight: bold;}
.horbaritemactive a	{display: block;	text-decoration: none;	font-weight: bold;}

.horbaritem a:link	{color: #2A293B;	text-decoration: none;	font-weight: bold;}
.horbaritemactive a:link	{color: #990000;	text-decoration: none;	font-weight: bold;}

.horbaritem a:visited	{color: #2A293B;	text-decoration: none;	font-weight: bold;}
.horbaritemactive a:visited	{color: #990000;	text-decoration: none;	font-weight: bold;}

.horbaritem a:hover	{color: #990000;	/*background-color: #6699FF;*/	text-decoration: none;	font-weight: bold;}
.horbaritemactive a:hover	{color: #990000;	/*background-color: #6699FF;*/	text-decoration: none;	font-weight: bold;}

.horbaritem a:active	{color: #990000;	text-decoration: none;	font-weight: bold;}
.horbaritemactive a:active	{color: #990000;	text-decoration: none;	font-weight: bold;}

.verbar	{
	color: black;
	background-color: #EBEBEB;
	border: 2px outset #cecac1;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #FFF0B3;
	border: 1px outset #cecac1;
}

.item	{
	text-align: left;
	white-space: nowrap;
	font-family: verdana;
	font-size: 11px;
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link	{
	color: #660000;
	text-decoration: none;
}

.item a:visited	{
	color: #660000;
	text-decoration: none;
}

.item a:hover	{
	color: #660000;
	background-color: #EFEFEF;
	text-decoration: none;
}

.item a:active	{
	color: #660000;
	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;
}


