.horbar	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration : none;
}

.horbaritem	{
	float: center;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: normal;
    line-height : 26px;
	color: #FFEBA3;
}

.horbaritem a	{
	display: block;
	text-decoration: none;
}

.horbaritem a:link	{
	color: #FFEBA3;
	text-decoration: none;
}

.horbaritem a:visited	{
	color: #FFEBA3;
	text-decoration: none;
}

.horbaritem a:hover	{
	color: #FFEBA3;
    background-color: #53182B;
	text-decoration: none;
}

.horbaritem a:active	{
	color: #FFEBA3;
	text-decoration: none;
}

.verbar	{
	background-color: #dcdad5;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	filter: alpha(opacity=92);
	-moz-opacity: .92;
}

.subframe	{
	position: relative;
	display: block;
}

.item	{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5F2D3F;
	font-weight : bold;
	text-decoration : none;
    background-color: #FFEBA3;
	white-space: nowrap;
    padding: 0px
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link	{
	color: #5F2D3F;
	text-decoration: none;
}

.item a:visited	{
	color: #5F2D3F;
	text-decoration: none;
}

.item a:hover	{
	color: #FFEBA3;
	background-color: #53182B;
	text-decoration: none;
}

.item a:active	{
	color: #FFEBA3;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 8px;
/*	right: 4px; */
	right: 4px;
}

.separator	{
	background-color: #FFFFFF;
	padding: 1px 0px 0px 0px;	/* top right bottom left */
}

