.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font-weight: bold;
	font-size:11px;
	width: 100%;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url('blockactive.gif') 0 -15px repeat-x;
}

.solidblockmenu img {
	height: 16px;
	width: 16px;
	border: none;
}
.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid white;
}

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

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	background: transparent url('blockdefault.gif') 0 -15px repeat-x;
}
#menu a.here:link,
#menu a.here:visited,
#menu a.here:hover,
#menu a.here:active {
	color: #FFF;
	background: black url('blockactive.gif') 0 -15px repeat-x;
}
<!--if IE odditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows-->
p.iepara {
	padding-top: 1em;
}
<!-- Smokin' Yogi Logo -->
#yogi {
	position: relative;
	height: 240px;
	width: 720px;
	z-index: 1;
}
<!-- Replacement for Yogi logo -->
#filmbanner {
	position: relative;
	height: 280px;
	width: 760px;
	z-index: 1;
}
div#quotesbar {
	font-family: Verdana, sans-serif;
	font-size: small; 
	font-weight: bold;	
	text-align: center;
	padding: 2px;
	position: relative;
	height: 1em;
	z-index: 10;
}
/* Books meetup floating box */
#topbar{
position: absolute;
/*margin: 35px 66%;*/
margin: 10px 10px;
border: 1px solid black;
text-align: center;
padding: 2px;
background-color: white;
width: 214px;
height: 142px;
visibility: visible;
z-index: 10;
}