<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: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(media/blockactive.gif) center center repeat-x;
}

.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: black url(media/blockdefault.gif) center center repeat-x;
	list-style: none;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D57023;
	border-right-color: #D57023;
	border-bottom-color: #333333;
	border-left-color: #D57023;
}

</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]
body{
	font-size:0.85em;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px none #1A1A1A;
	background-repeat: no-repeat;
}
