.menu {
	height:45px;
	background: #7F7F7F; 
	text-align:center;
	color:#fff;
	font-size:13px;
}
.menu a {
	color: #fff;
}
.left {
	position: absolute;
	left: 5px;
	top:0;
	width:100px;
	text-align: left;
	padding-left:10px;
	height:45px;
	line-height: 45px;
	cursor: pointer;
	font-weight: bold;
}
.left a { 
	color:#fff;
	text-decoration: none;
}
.middle {
	padding-top:5px;
}
.right {
	position: absolute;
	right: 0px;
	top:0;
	width:100px;
	height:45px;
	line-height: 45px;
	cursor: pointer;
	text-align: right;
	font-weight: bold;
	padding-right:10px;
}
.menu ul {
	position: absolute;
	top: 32px; /*32px*/
	right:-2000px; /*-38px*/
	background:#fff;
	width:100%;
	height:100%;
}
.menu ul li {
	list-style: none;
	list-style-type: none;
}
.menu ul li a {
	display:block;
	font-size:18px;
	height:45px;
	line-height:45px;
	border-bottom:1px solid #a81818;
	color:#000;
	text-decoration: none;
}
.menu ul li a:hover, .menu ul li a:active {
	text-decoration: underline;
}

#footer {
	margin: 15px 0;
	text-align: center;
}