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

#horizMenuHolder {
	width: 740px;
	height: 25px;
	float: right;
	margin-top: 75px;
}
#horizMenu {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	height: 34px;
	text-align: left;
	font-weight: bold;
	margin-left: 30px;
	float:right;
}
#horizMenu ul li {
	display: inline;
	/*need text def. to display the vertical section bars*/
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #808e94;	
}
#horizMenu ul a {
	font-size: 12px;
	text-decoration: none;
	color: #808e94;	
}
/* Note: you cant use spacer images and rollover images as one cancels the other out!!! */

#horizMenu ul a:hover {
	font-size: 12px;
	color: #2b5688;
	text-decoration: none;
	/*top rollover bars*/
	background-image: url(../images/rollOver01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#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, #horizMenu ul #top7, #horizMenu ul #top8 {
	line-height: 25px;
	padding: 10px 0px 10px 0px;
}