.horbar	{
    /*width: 800px;*/
	margin-left: 92px;
	color: #fff;
	background: #9B978C;
	/*border: 2px outset #cecac1;*/
}

.horbaritem	{
	float: left;
	white-space: nowrap;
	font-family: "Trebuchet MS",Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 20px;
}

.horbaritem a	{
	display: block;
	text-decoration: none;
	padding: 4px 4px 4px 4px;
}

.horbaritem a:link	{
	color: #fff;
	text-decoration: none;
}

.horbaritem a:visited	{
	color: #fff;
	text-decoration: none;
}

.horbaritem a:hover	{
	color: #D8E05A;
	background-color: #868276;
	text-decoration: none;
}

.horbaritem a:active	{
	color: #D8E05A;
	text-decoration: none;
}

.verbar	{
	color: #fff/*black*/;
	background-color: #dcdad5;
	/*border: 2px outset #cecac1;*/
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #C2C0BB /*dcdad5*/;
	border: 1px solid #9B978C;
}

.item	{
	text-align: left;
	white-space: nowrap;
	font-family: "Trebuchet MS",Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border-top: solid 1px #fff;
	background-color: #dcdad5;
	z-index: 100;
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	
	
}

.item a:link	{
	color: #585344;
	text-decoration: none;
}

.item a:visited	{
	color: #585344;
	text-decoration: none;
}

.item a:hover	{
	color: #ffffff;
	background-color: #645F50;
	text-decoration: none;
}

.item a:active	{
	color: #D8E05A;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 7px;
	right: 7px;
}

.separator	{
	background-color: #D8E05A;
	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;
}


