@charset "UTF-8";
/* CSS Document */

.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0px;
	width: 199px;
	height: 51px;
	background: url(images/panel_button.png);
	z-index: 20;
	cursor: pointer;
	float:right;
}
.panel_button img {
	position: relative;
	top: 0px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #545454;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 5px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover {
	color: #999999;
}
#toppanel {
	position: absolute;
	width: 199px;
	right: 10px;
	z-index: 25;
	text-align: center;

}
#panel {
	width: 100%;
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1000;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	background: black;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1000;
	padding:10px;
}
#panel_contents h1{
	margin-top:20px;
}
#panel_contents ul li {
	padding:5px;
	background-color:#333;
	margin-bottom:5px;
	line-height:20px;
}
#panel_contents ul li a{
	color:#FFF;
	font-weight:bold;
	font-size:12px;
}
#expand_button{
	display: visible;
}
#hide_button{
	display: none;
}