.horbar	{
background:#578bb8;
color:#ffffff;
}

.horbaritem	{
	border-right:1px solid #ffffff;
	float: left;
	white-space: nowrap;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	/*font-size:0.5em;*/
	text-decoration:none;
	color:#303030;
}

.horbaritem a	{
	display:block;
	padding:0 10px;
	/*font-size:0.5em;*/
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	background-color:inherit;
	color:#303030;
}

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

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

.horbaritem a:hover	{
	color: #2a5a8a;
	background-color: #4b6983;
	text-decoration: none;
}

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


.verbar	{
/*	font-size:0.8em;*/
	font-weight:normal;
	text-decoration:none;
	background-color:inherit;
	color: #000000;
	
}

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

.subframe	{
	position: relative;
	display: block;
	border:1px solid #FFFFFF;
	background-color:#578bb8;	
	/*background-color:#fafbfc;*/
	/*line-height:1.5em;*/
	font-size:0.8em;
	font-weight:normal;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	text-decoration:none;
	/*background-color:inherit;*/
}

.subframe:hover	{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

.item	{
	text-align: left;
	white-space: nowrap;
	font-family: Trebuchet MS, Tahoma;
	font-weight:normal;
	font-size:9px;
	/*margin-left:3px;*/
	padding:1px 10px 1px;
	text-decoration:none;
	background-color:inherit;
	border-top:1px solid #FFFFFF;
}


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

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

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

.item a:hover	{
	color: #FFFFFF;
	background-color: #578bb8;
	text-decoration: none;
	filter: alpha(opacity=100);
}

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

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

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

