.horbar	{
	color: #FFCC66;
	position:inherit;
	width:auto;
	margin-left:auto;
	margin-right:auto;
}

.horbaritem	{
	white-space: nowrap;
	font-family: arial;
	font-size: 14px;
	font-weight:bold;
	margin-bottom:-15px;
	/*text-align:center;
	width:125px;
	height:15px;
	padding-top:5px;*/
}

.horbaritem a	{
	color: #FFCC66;
	display: block;
	text-decoration: none;
	white-space: nowrap;
}

.horbaritem a:link	{
	color: #FFCC66;
	text-decoration: none;
}

.horbaritem a:visited	{
	color: #FFCC66;
	text-decoration: none;
}

.horbaritem a:hover	{
	color:#FFFF00;
	text-decoration: none;
	}

.horbaritem a:active	{
	color:#FFFF00;
	text-decoration: none;
}

.verbar	{
	color: black;
	background-color: #000000;
	border: 2px solid #A15F9C;
	/*z-index:999;*/
}

.submenu	{
	position:absolute;
	display:block;
	visibility: hidden;
	margin-top:-5px;
}
	/*position:inherit;
	left: 0;
	top: 0;
	visibility:hidden;
	z-index:997;
}*/

.subframe	{
	position:absolute;
	display: block;
	background-color: #000000;
	border: 2px solid #A15F9C;
	/*z-index:998;*/
}

.item	{
	text-align: left;
	white-space: nowrap;
	font-family: arial;
	font-size: 11px;
	font-weight:bold;
	/*z-index:999;*/
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
	padding-left: 7px;
}

.item a:link	{
	color: #FFCC66;
	text-decoration: none;
}

.item a:visited	{
	color: #FFCC66;
	text-decoration: none;
}

.item a:hover	{
	color: #FFFF00;
	text-decoration: none;
}

.item a:active	{
	color:#FFFF00;
	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;
}

