.horbar	{
	color: black;
    background-image: url(images/menu.png)    ;
    background-repeat: repeat-x;
}

.horbaritem	{
	float: left;
	white-space: nowrap;
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

.horbaritem a	{
 color: #ffffff; 
	display: block;
   text-decoration: none;
   font-weight: bold;

}

.horbaritem a:link	{
	color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.horbaritem a:visited	{
	color: White;
	text-decoration: none;
}

.horbaritem a:hover	{
	background-color: #ffffff;
	font-weight: bold;
	color: black;
}

.horbaritem a:active	{
	color: #ffffff;
	text-decoration: none;
    font-weight: bold;
}

.verbar	{
	color: black;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #004a00;
	border: 1px outset #000000;

}

.item	{
	text-align: right;
	white-space: nowrap;
	font-family : Verdana, Sans-Serif;
	/*font-size: 13px;*/
}

.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: #2D6793;
	background-color: #AAC6E6;
	text-decoration: underline; 
}

.item a:active	{
	color: #ffffff;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 0px;
/*	right: 4px; */
	right: 7px;
}

.separator	{
	background-color: #ffffff;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 0px 2px 0px 0px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}

