.horbar	{
	color: white;
	text-align: center;
	width:731px;
	border: none;
	text-transform:uppercase;
	background-color: #A52321;
	}

.horbaritem	{

	float: left;
	font-family: arial, bitstream vera sans, luxi sans, verdana, geneva, helvetica, sans-serif;
	font-size: 12px;
	height: 41px;
	width:100%;
}

.horbaritem a	{
	display: block;
	text-align:center;
	font-weight:bold;
	font-size: 12px; 
	
	padding-top: 13px;
	padding-bottom: 13px;
		
}

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

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

.horbaritem a:hover	{
	color: white;
	background-color: black;
	text-decoration: none	;
}

.horbaritem a:active	{
	color: white;
	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: #A52321;
	border: 1px solid white;
}

.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;
	color: white;
	background-color:#A52321;
	border-bottom: solid 1px white;
}

.item:hover {
	background-image: url('../images/topMenu/subMenuItemBG.jpg');
}
.item a	{
	position: relative;
	display: block;
	text-decoration: none;
	background-color: #A52321;
	color: white;	
}

.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;	/* top right bottom left */
	padding: 20px 0px 10px 0px; 
	height:11px;
	font-size:11px;
		/*height: 3px;*/
	/*line-height: 3px;*/
	overflow:hidden;
}

