.horbar	{
	color: white;
	height: 30px;
}

.horbaritem, .horbaritema	{
	float: left;
	white-space: nowrap;
	font-family: verdana, sans-serif;
	font-size: 20px;
	height: 30px;
	width: 157px;
	border-left: 1px solid white;
}

.horbaritema {background-color: #ddeedd; } 

body:-moz-last-node .horbaritem, .horbaritema { width: 157px; }



.horbaritem a	{
	display: block;
	
	color: white;
	text-decoration: none;
	height: 30px;
	padding-left: 10px;
}

.horbaritem a:link	{
	color: white;
	text-decoration: none;
}

.horbaritem a:visited	{
	color: white;
	text-decoration: none;
}


.horbaritem a:hover	{
  font-weight: normal;
  color: white;
  background-color: #33CCFF;
	text-decoration: none;
}


.horbaritem a:active	{
	color: white;
	background-color: red;
	text-decoration: none;
}


.horbaritema a	{
	display: block;
	color: white;
	text-decoration: none;
	height: 39px;
	padding-left: 10px;
}

.horbaritema a:link	{
	color: white;
	text-decoration: none;
}

.horbaritema a:visited	{
	color: white;
	text-decoration: none;
}


.horbaritema a:hover	{
  font-weight: bold;
  color: white;
  background-color: #99FFFF;
	text-decoration: none;
}


.horbaritema a:active	{
	color: white;
	background-color: red;
	text-decoration: none;
}


.verbar	{
	color: white;
	background-color: #99FFFF;
	border: 2px outset #cecac1;
}

.submenu	{
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	z-index: 99;
  -moz-opacity: 0.85;
  filter: alpha(opacity=85);
}

.subframe	{
	position: relative;
	display: block;
	background-color: #99FFFF;
}

.item	{
	text-align: left;
	white-space: nowrap;
	font-family: verdana, sans-serif;
	font-size: 16px;
	background-color: #99E6FF;
	color:white;
	border-left: 2px solid #ffffff;
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
	padding: 2px 10px;
}

.item a:link	{
	color: #000000;
	text-decoration: none;
}

.item a:visited	{
	color: #000000;
	text-decoration: none;
}

.item a:hover	{
	color: #ffffff;
	background-color: #33CCFF; 
	text-decoration: none;
}

.item a:active	{
	color: #ff0000;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	right: 7px;
}

.separator	{
	background-color: #ff0000;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 2px 0px 2px 1px;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}


