@CHARSET "ISO-8859-1";


#hoppsnav{
	position: fixed;
	z-index: 25;
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	bottom: 0px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}

#hoppsnav .innercontainer{
	width: 940px;
	z-index: 35;
	margin: 0 auto 0 auto;
}

#hoppsnav .hoppslogo{
	text-align: left;
	width: 240px; 
	height: 100%;
	padding-top: 5px;
	z-index: 50;
}

#hoppsnav .restaurantlist{
	width: 453px;
	text-align: center;
	z-index: 50;
}

#hoppsnav .social{
	text-align: right;
	width: 241px;
	height: 100%;
	padding: 0 0 0 0 ;
	z-index: 50;
}

.innercontainer > div{
	float: left;
	display: block;
}

#restaurants {
	height: 50px;
	margin: 0px auto 0px auto;
	padding-left: 40px;
	text-align: center;
	z-index: 50;
}

#restaurants li{
	list-style:none;
	float: left;
	height: 50px;
	width: 50px;
	line-height: 50px;
	margin: 0 0 0 0px;
	padding: 0;
	display: inline;
	z-index: 50;
}

#restaurants li img{
	padding-top: 5px;
}


.subpanel{
	display: none;
	overflow: hidden;
	height:auto; 
    width:200px; 
    font-size:11px; 
    color:#fff; 
	
	background-color: #666;
	border: 1px solid #555;
	position: absolute;
	bottom: 50px;
	margin: 0px -78px 0;
	
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	z-index: 50;

}

.subpanel a{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
}


a.socialbutton {
	display: block;
	float: right;
	background-repeat: no-repeat;
	width: 120px;
	height: 45px;
	margin: 0;
	padding: 23px 0 0 0;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	z-index: 50;
}

#btnFb{
	background-image: url(facebook.png);
	
}
#btnTw{
	background-image: url(twitter.png);
	border-right: 1px solid #ffffff;
	
}

.icon { padding: 0 0 0 27px; }

