/* Hacks, Beautiful Hacks!  IE, Opera and Safari!!!! */
* html #page {
	width: 775px;
	height: 600px;
	
	/* IE 5/Win only */
	margin: 0;
	display: inline;
	
	/* IE 6 */
	marg\in: 0;
	d\isplay: block;
}

* html #menu .button a {
	background: transparent ! important;
}

* html #menu .one img {
	background: url(/include/layouts/default/images/button_hand_white.jpg);
}
* html #menu .one a:hover img {
	background: url(/include/layouts/default/images/menu-about-mo.jpg);
}

* html #menu .two img {
	background: url(/include/layouts/default/images/button_sun_white.jpg);
}
* html #menu .two a:hover img {
	background: url(/include/layouts/default/images/menu-whatwedo-mo.jpg);
}

* html #menu .three a img {
	background: url(/include/layouts/default/images/button_plane_white.jpg);
}
* html #menu .three a:hover img {
	background: url(/include/layouts/default/images/menu-events-mo.jpg);
}

* html #menu .four a img {
	background: url(/include/layouts/default/images/button_resources_white.jpg);
}
* html #menu .four a:hover img {
	background: url(/include/layouts/default/images/menu-resources-mo.jpg);
}

* html #menu .five a img {
	background: url(/include/layouts/default/images/button_mail_white.jpg);
}
* html #menu .five a:hover img {
	background: url(/include/layouts/default/images/menu-contact-mo.jpg);
}
