/* CSS Document */



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

.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 11px Arial;
	width: 1000px;
	background-color: black;
	background-image: url(blockdefault.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border-right-width: 0;
	border-left-width: 0;
	border-top-color: #625e00;
	border-right-color: #625e00;
	border-bottom-color: #625e00;
	border-left-color: #625e00;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: right;
	color: #666666;
	padding: 12px 11px;
	text-decoration: none;
	border-right-color: #CCCCCC;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.solidblockmenu li a:visited{
}

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

</style>


p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}

