.horbar	{
	color: black;
	background-color: #497aa5;
	border-right: 0px solid #497AA5;
    border-left: 0px solid #497AA5;
    border-top: 0px solid #003966;

}

.horbaritem	{
	float: left;
	white-space: nowrap;
    font-family: arial;
	font-size: 80%;
    color: #ffffff;
    font-weight: normal;
}

.horbaritem a	{
	display: block;
	text-decoration: none;
    color: #ffffff;
}

.horbaritem a:link	{
	color: #ffffff;
	text-decoration: none;
}

.horbaritem a:visited	{
	color: #ffffff;
	text-decoration: none;
}

.horbaritem a:hover	{
    color: #ffffff;
	background-color: #c50e05;
	text-decoration: none;
}

.horbaritem a:active	{
	color: #ffffff;
	text-decoration: none;
}

.verbar	{
	color: black;
	background-color: #c5e5e5;
	border-top: solid 12px #a0d0e0;
    border-left: solid 2px #a0d0e0;
    border-bottom: solid 12px #a0d0e0;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #D5E5E5;
	border: 2px outset #003A66;
}

.item	{
	text-align: left;
	white-space: nowrap;
	font-family: arial;
	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: #ffffff;
	background-color: #c50e05;
	text-decoration: none;
}

.item a:active	{
	color: #c50e05;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 7px;
}

.separator	{
	background-color: #0fff00;
	border-top: 1px solid #fe9a91;
	border-bottom: 0px solid #ffffff;
	margin: 2px 0px 2px 1px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}