/*horizontal bar background color*/
.horbar	{
	color: #B61E1D;                       
	background-color: #880605;           
}

/*horizontal bar details*/
.horbaritem	{       
	float: left;
	white-space: nowrap;
	font-family:  arial; 
	font-size: 10px; 
	color: #00FF00; 
	text-decoration: none;
	font-weight: bold; 
	text-align:left;
}

.horbaritem a	{                    
	display: block;
	font-family:  arial; 
	font-size: 10px; 
	color: #00FF00; 
	text-decoration: none ;
	font-weight: bold;}

.horbaritem a:link	{
	font-family:  arial; 
	font-size: 10px; 
	color: #00F00; 
	text-decoration: none ;
	font-weight: bold;
}

.horbaritem a:visited	{
	font-family:  arial; 
	font-size: 10px; 
	color: #B61E1D; 
	text-decoration: none ;
	font-weight: bold;
	background-color: #ffffff;
}

.horbaritem a:hover	{
	font-family:  arial; 
	font-size: 10px; 
	color: #8E4300; 
	background-color: #ffffff;
	text-decoration: none ;
	font-weight: bold;}

.horbaritem a:active	{
	font-family:  arial; 
	font-size: 10px; 
	color: #B61E1D; 
	background-color: #ffffff;
	text-decoration: none ;
	font-weight: bold;
	background-color: #880605
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

/*drop down menu placement and background color*/
.subframe	{
	position: relative;
	left: 10;
	top: 0;
	display: block;
	background-color: #F3E9D8;
	border-left: 1px solid #A9A8A8;
	border-right: 1px solid #A9A8A8;
	border-bottom: 1px solid #A9A8A8;
}

.subframe:hover	{
	position: relative;
	left: 10;
	top: 0;
	display: block;
	background-color: #FDF5E8;
	border-left: 1px solid #A9A8A8;
	border-right: 1px solid #A9A8A8;
	border-bottom: 1px solid #A9A8A8;
}

.item	{
	text-align: center;
	white-space: nowrap;
	background-color: #F3E9D8;
	border-bottom: 1px solid #FFFFFF;

}

.item a	{
	position:middle;
	font-family:  arial; 
	color:#8F7447;
	font-size: 11px; 
	background-color: #F3E9D8;
	text-decoration: none ;
	font-weight: bold;
}

.item a:active	{
	position:middle;
	font-family:  arial; 
	color:#8F7447;
	font-size: 11px; 
	text-decoration: none ;
	font-weight: bold;
}

.item a:hover	{
	position:middle;
	font-family:  arial; 
	color:#8F7447;
	font-size: 11px; 
	text-decoration: none ;
	font-weight: bold;
}
