.horbar	{
	color: #847464;
	background-color: #fff;
	border: 0px;
    width: 136px;
}

.horbaritem	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
    width: 114px;
    text-align: center;
}

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

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

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

.horbaritem a:hover	{
	text-decoration: none;
}

.horbaritem a:active	{
	color: #ff0000;
	text-decoration: none;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
    white-space:normal;
}

.subframe	{
	position: absolute;
	display: block;
    white-space: normal;
	background-color: #e5dccb;
	border: 2px #e5dccb;
    width: 135px;
    top: -81px;
    left: -9px;
    white-space:normal;
}

.item	{
    padding-left: 10px;
    padding-right: 10px;
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
    white-space:normal;
}

.itemTitle   {
    padding-left: 10px;
    padding-right: 10px;
    color: #c11c34;
    font-family: Verdana;
    font-size: 12px;
    font-weight: 600;
    white-space:normal;
}

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

.item a:link	{
	color: #847464;
	text-decoration: none;
}

.item a:visited	{
	color: #847464;
	text-decoration: none;
}

.item a:hover	{
	color: #c11c34;
	text-decoration: none;
}

.item a:active	{
	color: #c11c34;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 7px;
}

.separator	{
	background-color: #ff0000;
	border-top: 1px solid #c4b4a4;
/* 	border-bottom: 1px solid #ffffff; */
	margin: 2px 10px 2px 10px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}

