.horbar	{
    width: 100%;
    text-align: center;
    margin-top: 0px;
    font-size: 0.7em;
    TEXT-TRANSFORM: uppercase;
    font-family: Verdana, sans-serif;
    font-weight: 600;
    white-space: nowrap; 
}

.horbaritem	{
     TEXT-TRANSFORM: uppercase;
     COLOR: #666;    
     TEXT-DECORATION: none;  
     FONT-FAMILY: Verdana, sans-serif ;
     white-space: nowrap; 
}

.horbaritem a	{
     TEXT-TRANSFORM: uppercase;
     TEXT-DECORATION: none;    
     FONT-FAMILY: Verdana, sans-serif ;
     TEXT-ALIGN: center; 
}

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

.horbaritem a:visited	{
	color: #000; 
}

.horbaritem a:hover	{
     background: #CCCC99; 
/*     border: 1px solid black; */
     color: #000;

}

.horbaritem a:active	{
   background: firebrick;
   color: #CCCC99;
}

/*
.verbar	{
	color: black;
	background-color: #dcdad5;
	border: 2px outset #cecac1;
}
*/

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
        z-index: 1000; /* to fight the rest of the layout that has 1, 2, 10 for boxes */
}

.subframe	{
	position: relative;
	display: block;
	background-color: white;
/*	background-color: #dcdad5; */
	border: 2px outset #cecac1; 

}

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

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

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

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

.item a:hover	{
	color: #000000;
	background-color: #CCCC99; 
	text-decoration: none;
}

.item a:active	{
	color: #CCCC99;
        background: firebrick;
	text-decoration: none;
}

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

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


