.horbar	{
	color: #FFFFFF;
	background-color: #BDBDBD;
}

.horbaritem	{
	float: left;
	white-space: nowrap;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold ;
	font-size: 12px;
	margin: 0px;
}

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

.horbaritem a:link	{
	color: #FFFFFF;
}

.horbaritem a:visited	{
	color: #FFFFFF;
}

.horbaritem a:hover	{
	color: #FF0000;
	background-color: #BDBDBD;
}

.horbaritem a:active	{
	color: #ff0000;
}

.verbar	{
	color: black;
	background-color: #A4A4A4;
}

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

.subframe	{
	position: relative;
	display: block;
	background-color: #A7A7A7;
}

.item	{
	text-align: left;
	white-space: nowrap;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold ;
	margin: 2px;
}

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

.item a:link	{
	color: #FFFFFF;
}

.item a:visited	{
	color: #FFFFFF;
}

.item a:hover	{
	color: #FF0000;
	background-color: #BDBDBD;
}

.item a:active	{
	color: #FFFFFF;
}

.item .fwdarr	{
	position: absolute;
	top: 3px;
/*	right: 4px; */
	right: 7px;
	margin:  0px 2px  0px  0px;	
}

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

