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


.solidblockmenu {
	margin: 0;
	padding: 0;
	float: left;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	width: 100%;
	background-color: #a49d55;
	background-image: url(/images/nav_bak.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 0;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #a49d55;
	border-right-color: #a49d55;
	clear: both;
}

.solidblockmenu li {
	display: inline;
}
.solidblockmenu li a {
	float: left;
	color: #74705c;
	text-decoration: none;
	border-right: 0px solid white;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-top: 11px;
}
.solidblockmenu li a:hover, .solidblockmenu li .current {
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(/images/blockactive.gif);
	background-repeat: repeat-x;
	background-position: center top;
	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]
