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

#horizNavTable {
	background-color: #4e514e;
	height: 25px;
	width: 900px;
	background-image: url(../images/menuBak.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#horizMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 24px;
	text-align: right;
	font-weight: normal;
	margin-right: 18px;
}
#horizMenu ul li {
	display: inline;
	/*need text def. to display the vertical section bars*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	
}
#horizMenu ul a {
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;	
	margin-right: -2px;
}
/* Note: you cant use spacer images and rollover images as one cancels the other out!!! */

#horizMenu ul a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	/*top rollover bars*/
	background-image: url(../images/rollOver01.gif);
	background-repeat: repeat-x;
	margin: 0px;
	margin-right: -2px;
	padding: 0px;
}
#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, #horizMenu ul #top9 {
	line-height: 24px;
	padding: 6px 8px 6px 8px;
}
.dividerColour {
	color: #2a322c;
}