.horbar	{
	color: #ffffff;
	/*background-color: #d5deec;*/
}

.horbaritem	{
	white-space: nowrap;
	font-family: arial;
	font-size: 12px;
}

.horbaritem a	{
	display: block;
	text-decoration: none;
	/*border: 1px solid #d5deec;*/	
	width:100%;
	color: #003399;
	padding-left:2px;
	padding-right:2px;
}

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

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

.horbaritem a:hover	{
	color:#FF8400;
	/*background-color:#003399;*/
	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: #053667;
	border: 1px outset buttonface;
}

.item	{
	text-align: left;
	white-space: nowrap;
	font-family: arial;
	font-size: 11px;
}

.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: #053667;
	background-color: #FF8400;
	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;
}


