#menusDiv {
	width: 100%;
	margin:auto;
	height: 34px; 
	position: fixed; 
	bottom: 0px; 
	right: 0px; 
	z-index: 4999;
	line-height:17px;
	font-size:11px;
	color:#000000;
	background-color: #ffffff;
	text-align:center;
	display:none;
	padding-top:5px;
	padding-bottom:5px;
}

#menusDiv #popupDiv{
	width:980px;
	margin:auto;
	text-align:center;
}

#menusDiv #popupDiv a{
	color:#000000;
}
