#navigation_top ul
{
	background: black url(../images/design/blockdefault.gif) center center repeat-x;
	border: 1px solid #FFFFFF;
	border-width: 1px 0;
	float: left;
	font: bold 13px Arial;
	margin: 0;
	padding: 0;
	width: 100%;
}
#navigation_top li
{
	display: inline;
}
#navigation_top a
{
	border-right: 1px solid white;
	color: white;
	float: left;
	padding: 9px 11px;
	text-decoration: none;
}
#navigation_top a:hover
{
	background: transparent url(../images/design/blockhover.gif) center center repeat-x;
	color: white;
}
#navigation_top #currentpage a
{
	background: transparent url(../images/design/blockactive.gif) center center repeat-x;
	color: white;
}
<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]-->
