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

.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	background: #CC9966 url(images/Beech.jpg) repeat-x left center;
	border-top: 1px none #625e00;
	border-right: 0 none #625e00;
	border-bottom: 1px none #625e00;
	border-left: 0 none #625e00;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: #CCFF99;
	text-decoration: none;
	border-right: 1px solid #99CC66;
	border-left-style: none;
	background-image: url(images/menu/blockdefault.gif);
	background-repeat: repeat-x;
	background-position: center center;
	width: 81px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 3px;
}

.solidblockmenu li a:visited{
color: #CCFF99;
}

.solidblockmenu li a:hover{
	color: #336600;
	background: transparent url(images/menu/blockdefault2.gif) repeat-x center center;
	font-weight: normal;
}
.solidblockmenu li .current{
	background: #FFFFFF url(images/menu/blockdefault2.gif) repeat-x center center;
	font-weight: normal;
	color: #336600;
}
.solidblockmenu li, .solidblockmenu li .current2{
	color: #336600;
	background: transparent url(images/menu/blockactive2.gif) repeat-x center center;
	font-weight: normal;
}
.current a:linked{
	color: #336600;
	background: transparent url(images/menu/blockdefault2.gif) repeat-x center center;
	font-weight: normal;
}

