.horbar	{
	color: #93BFD8;
	border-right: 0px solid #333333;
}

.horbaritem	{
	float: left;
	white-space: nowrap;
	font-family: verdana, typewriter,helvetica, bitstream vera sans, luxi sans, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	border-right: 0px solid #333333;
}

.horbaritem a	{
    padding: 0.25em 0.5em;
	display: block;
	border: 0px inset #93BFD8;
	text-decoration: none;
	font-weight:bold;
}

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

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

.horbaritem a:hover	{
	color: #333333;
	background-color: #25EDFC;
	text-decoration: none;
}

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

.verbar	{
	color: black;
	background-color: #ffffff;
	border: 2px solid #93BFD8;
}

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

.subframe	{
	position: relative;
	display: block;
	background-color: #ffffff;
	border: 2px solid #25EDFC;
}

.subframeextn	{
	position: relative;
	display: block;
	background-color: #ffffff;
	border: 2px solid #25EDFC;
	width:145px;
}

.item	{
	text-align: left;
	white-space: nowrap;
	font-family: verdana, helvetica,bitstream vera sans, luxi sans, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
}

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

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

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

.item a:hover	{
	color: #333333;
	background-color: #25EDFC;
	text-decoration: none;
}

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

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

.separator	{
	background-color: #ff0000;
	border-top: 2px solid #93BFD8;
	border-bottom: 2px solid #93BFD8;
	margin: 2px 2px 2px 2px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}

