.verbar	{
	background-color: #AE4870;
}

.item	{
        color: #fff;
        background-color: #AE4870;
	text-align: left;
        font-weight: bold;
	white-space: nowrap;
        padding: 10px 1px 8px 1px;
}

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

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

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


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

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

.submenu {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
        border: 1px outset #cecac1;
}

.item .fwdarr, .subframe .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;
}


