.horbar	{
	color: #fff;
	z-index : 99;
}

.horbaritem	{
	float: left;
	white-space: nowrap;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color : #fff;
	z-index : 98;
	padding-left: 8px;
}

.horbaritem a	{
	color: #F1891A;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.horbaritem a:link	{
	color: #4C4C4C;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

.horbaritem a:visited	{
	color: #4C4C4C;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

.horbaritem a:hover	{
	color: #F1891A;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

.horbaritem a:active	{
	color: #4C4C4C;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

.verbar	{
	color: black;
	background-color: #dcdad5;
	border: 2px outset #cecac1;
	padding-left: 20px;
}

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

.subframe	{
	position: relative;
	display: block;
	background-color: #FFFFFF;
	border-top: 1px solid #f4efc7;
	border-left: 1px solid #f4efc7;
	border-right: 1px solid #f4efc7;
	left: 12px;
}

.item	{
	text-align: left;
	white-space: nowrap;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	border-bottom : 1px solid #f4efc7;
}

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

.item a:link	{
	color: #4C4C4C;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.item a:visited	{
	color: #4C4C4C;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.item a:hover	{
	color: #F1891A;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.item a:active	{
	color: #4C4C4C;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.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;
}

