.horbar	{
	color: #B82100;
	text-align: center;
	/*padding-left: 30px;*/
	/*border: 2px outset #cecac1;*/
	padding-left:2px;
	width:878px;
	text-transform:capitalize;

}

.horbaritem	{

	float: left;
	font-family: verdana, geneva, helvetica, sans-serif;
	font-size: 12px;
	height: 45px;
	
}

.horbaritem a	{
	display: block;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	padding: 18px 3px 0px 3px; 
	height:45px;
	font-size:1em;
}

.horbaritem a:link	{
	color: #B82100;
	text-decoration: none;
	background-image: none;
}

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

.horbaritem a:hover	{
	color: #000000;
	text-decoration: none	;
}

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

.verbar	{
	padding: 0px;
	color: white;
	background-color: #002456;
	width:155px;
}

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

}

.subframe	{
	position: relative;
	display: block;
	background-color: #DDDDDD;
	border: 1px solid #999999;
}

.item	{
	text-align: left;
	font-family:  arial, helvetica, tahoma, bitstream vera sans, luxi sans, verdana, geneva, sans-serif;
	font-size: 13px;
	padding: 5px 15px 5px 5px;
	border-bottom: 1px solid #999999;
	color: #B82100;
	background-color:#DDDDDD;

}

.item:hover {

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

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

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

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

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

.item .fwdarr	{
	position: absolute;
	top: 12px;
/*	right: 4px; */
	right: -13px;
}
.separator	{
	margin: 0px 10px 0px 0px;	/* top right bottom left */
	/*height: 3px;*/
	font-size: 1px;
	/*line-height: 3px;*/
	overflow:hidden;
}

