.horbar	{
	color: white;
	background-color: rgb(0,100,170);
	border: none;
	padding-left: 12px;
	height: 100%;
	margin: 0;
}

.horbaritem	{
  color: white;
	float: left;
	white-space: nowrap;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0;
}

.horbaritem a	{
  color: white;
  background-color: rgb(0,100,170);
	display: block;
	padding: 0px 10px 0 10px !important;
	padding: 3px 10px 0 10px;
	text-decoration: none;
	height: 100%;
}

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

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

.horbaritem a:hover	{
	color: white;
	background-color: rgb(255,30,30);
	text-decoration: none;
}

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

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	/*border-right: 2px black solid;
	border-bottom: 2px black solid;*/
	border: 1px outset;
}

.subframe	{
	position: relative;
	display: block;
	background-color: rgb(0,100,170);
	/* border: solid 3px rgb(0,100,170); */
}

.item	{
	text-align: left;
	white-space: nowrap;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: rgb(0,100,170);
}

.item a	{
  padding: 2px;
  padding-left: 10px;
	position: relative;
	display: block;
	text-decoration: none;
	color: white;
}

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

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

.item a:hover	{
	color: white;
	background-color: rgb(255,30,30);
	text-decoration: none;
}

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

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

.separator	{
	background-color: rgb(0,100,170);
	border-top: 1px solid rgb(0,50,85);
	border-bottom: 1px solid rgb(200,200,200);
	margin: 2px 0px 2px 1px;
	height: 0;
	font-size: 1px;
	line-height: 0;
}


