#MenuLink{

	visibility:hidden;

	display:none;

	width:300px;

	height:200px;

	overflow:auto;

	position:absolute;

	

	top:30%;

	left:50%;

	margin-left:-150px;

	color:black;

	background-color:#FFF;

	border:1px #000 dashed;

	z-index:5000;

	

}

#MenuLink h1{

	color:black;

	font-size:1.2em;

	font-weight:bolder;

}



#linkMenu{

	color:#7A8289;

	text-decoration:none;

	cursor:hand;

	border-bottom:1px #000 dotted;

	

}


