@charset "utf-8";
<style type="text/css">

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

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(images/menu02.jpg) center center repeat-x;
}

.solidblockmenu li{
	display: inline;
	background-image: url(images/menu01.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.solidblockmenu li a{
	color: white;
	text-decoration: none;
	background-image: url(images/menu02.jpg);
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 11px;
	float: left;
	border-right-width: 1px;
	border-right-color: white;
	border-right-style: solid;
}

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

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

</style>
