/* Horizontal menus ----------- */

#horizNavTable {
	background-color: #ecf9db;
	height: 26px;
	width: 776px;
}
#horizMenu {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
	height: 26px;
/*	text-align: right;*/
	font-weight: normal;
}
#horizMenu ul li {
	display: inline;
	/*need text def. to display the vertical section bars*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	
}
#horizMenu ul a {
	font-size: 11px;
	text-decoration: none;
	color: #555555;	
	font-weight:bold;
}
/* Note: you cant use spacer images and rollover images as one cancels the other out!!! */

#horizMenu ul a:hover {
	font-size: 11px;
	color: #017fb8;
	text-decoration: none;
	/*top rollover bars*/
	background-image: url(../images/rollOver01.gif);
	background-repeat: repeat-x;
	font-weight:bold;
}
#horizMenu ul {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
/* Note: you cant use spacer images and rollover images as one cancels the other out!!! */
#horizMenu ul #top1, #horizMenu ul #top2, #horizMenu ul #top3, #horizMenu ul #top4, #horizMenu ul #top5, #horizMenu ul #top6 {
	line-height: 26px;
	padding: 6px 0px 6px 0px;
}