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

#horizMenuHolder {
	margin: 0px;
	padding: 0px 0px 0px 25px;
	width: 775px;
	height: 20px;
	background-color: #000000;	
}

#horizMenu {
	/*padding-left: 19px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #000000;
	height: 20px;
}
#horizMenu ul li {
	float: left;
	display: inline;
}
#horizMenu ul a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	line-height: 17px;	
}
/* See ie5mac.css to see how to sort out the 'float' problem in  Mac IE */

#horizMenu ul a:hover {
	color: #99ff00;
	text-decoration: none;
}
#horizMenu ul {
	list-style: none;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
#horizMenu ul #top1, #horizMenu ul #top2, #horizMenu ul #top3, #horizMenu ul #top4, #horizMenu ul #top5 {
	background-image: url(../images/menuSpacer.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 0px;
	padding-right: 24px;	
}


