/* http://meyerweb.com/eric/tools/css/reset/ */


.solidblockmenu {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background-color: #000000;
	background-image: url(media/nav_bak.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	border-top-width: 0;
	border-right-width: 1;
	border-bottom-width: 0;
	border-left-width: 1;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
}

.solidblockmenu li {
	display: inline;
	text-decoration: none;
}
.solidblockmenu li a {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	border-right: 0px solid white;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
	padding-top: 9px;
}

.solidblockmenu li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.solidblockmenu li a:hover, .solidblockmenu li .current {
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(media/blockactive.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	text-decoration: none;
}
 [if IE]>  p.iepara { /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
 <![endif]
