/* Horizontal menus ----------- */

#horizMenuHolder {
	margin: 0px 20px 4px 20px;
	padding: 4px 0px 4px 0px;
	clear: both;
	width: 796px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

#horizMenu {
	/*padding-left: 19px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #b5b5b5;
	height: 17px;
}
#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: #512179;
	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, #horizMenu ul #top6 {
	background-image: url(../images/menuSpacer.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 0px;
	padding-right: 24px;	
}

