.horbar {
	/*border: 2px outset #cecac1;*/
}
.horbaritem {
	float: left;
	white-space: nowrap;
}
.horbaritem a {
	display: block;
	text-decoration: none;
}
.horbaritem a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.horbaritem a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.horbaritem a:hover {
	color: #EDFF95;
	text-decoration: none;
}
.horbaritem a:active {
	color: #EDFF95;
	text-decoration: none;
}

.verbar	{
}

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

.subframe	{
	position: relative;
	display: block;
	background-color: #9AC000;
	border: 1px dotted #FFFFFF;
}

.item	{
	padding: 3px;
	text-align: left;
	white-space: nowrap;
}

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

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

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

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

.item a:hover	{
	color: #F0FFB7;
	text-decoration: none;
}

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

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


