.solidblockmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	background-image: url(../images/img02.jpg);
	background-repeat: repeat-x;
	background-position: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	text-decoration: none;
	border-right-style: none;
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 18px;
	padding-left: 22px;
}

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

.solidblockmenu li a:hover, .solidblockmenu li a.selected{
	color: #CCC;
	background-color: transparent;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
