.horbar	{
	color: #f0f0f0;
	background-color : transparent;
	text-align : left;
	font-size:10pt;
}

.search	{
	margin-left: 5px;
}

.horbaritem	{
	float: left;
	white-space: nowrap;
	font-family : Tahoma, Verdana, Arial, Helvetica;
	font-size : 10pt;
	font-weight:bold;
	color : #f0f0f0;
	color : black;
	padding-top:4px;
}

.horbaritem	img {
	vertical-align : middle;
}

.horbaritem a	{
	font-family : Tahoma, Verdana, Arial, Helvetica;
	font-size : 10pt;
	color : black;
	display: block;
	padding-left : 9px
	text-decoration: none;
}

/*
.horbaritem a:hover, .horbaritem a.active	{
	font-size : 10px;
	color : #000000;
	text-decoration: none;
	background-color : #adc9e9;
}*/

.verbar	{
	float : right;
	color: #f0f0f0;
	background-color : transparent;
	text-align : left;
	width : 138px;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	background-color : #e50038;
	width : 100%;
}

.item	{
	text-align: left;
	font-family : Tahoma, Verdana, Arial, Helvetica;
	font-size : 11px;
	padding : 0px 0px 0px 0px;
}

.item a	{
	position: relative;
	font-family : Tahoma, Verdana, Arial, Helvetica;
	font-size : 11px;
	color: #f0f0f0;
	display: block;
	text-decoration: none;
	padding : 3px 0px 1px 4px;
	width : auto;
}

.item a:hover, .item a.active	{
	color: #000000;
	background-color : #adc9e9;
	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;
}
 