body,html{
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	font-size:12px;	
}
.fixed{
	position:fixed;
	height:1px;
	width:100%;
}
.fixed .divdrop{
	position:absolute;
	top:0px;
	margin:0px;	
	right:0;
	padding:0px;
	width:160px;
	background: rgba(0, 0, 0, 0.5);
		
}
.fixed ul{
	margin:0px;	
	padding:0px;
	width:160px;
	background:url(../images/bgmnu.png);
	color:#FFF;
}
.fixed ul li{
	list-style:none;
	border-bottom:solid 1px #666;	
}
.fixed ul li a{
	display:inherit;
	text-decoration:none;
	color:#FFF;
	padding:5px 5px;	
}
.fixed ul li.active{
	background:#000;
	opacity:.6;	
}
.toggle{
	background:#ccc;	
	font-size:12px;
	text-align:center;
	width:50px;
	float:right;
}
.close{
	display:block;	
}
.open{
	display:none;	
}