.menu {

	color: white;

	text-decoration: none;

}



.menu:hover {

	font-weight: bold;

	color: black;

	text-decoration: none;

}



.popup {

	position: absolute;

	visibility: hidden;

}



#menu1 {

	left: 172px;

	top: 47px;

}



#menu2 {

	left: 136px;

	top: 91px;

}