




/* Top Infrastructure Menu */

#contact
{
	position: absolute;
	right: 0;
	/* width: 600px; */
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	font-size: 14px;
	color: #4d4e53;
}

contact.ul
{
	color: #4d4e53;
}

contact.li
{
	color: #4d4e53;
}

/* Defines the appearance of the links */

#contact a 
{
	color: #007987;
	text-decoration: none;

}

#contact a:hover
{
	color: #8e9300;
}








/* Main Menu */

#head
{
	position: absolute;
	top: 90px;
	right: 0;
	/* width: 600px; */
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	font-size: 40px;
	color: #007987;
}










