<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: #000000;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid white;
	border-left: 1px solid white;
}





.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(menu/blockactiveT.gif) center center;
background-repeat: no-repeat;
}

.solidblockmenu{
	float: left;
	width: 932px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 18px;
	background-color: #000000;
	background-image: url(menu/blockdefault1.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #345411;
	border-right-color: #345411;
	border-bottom-color: #345411;
	border-left-color: #345411;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
}

</style>

[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] 
