
body {
	margin: 0px;
}

@media print {
	#menuItemContainer {
		visibility: hidden;
	}
}

.menuItem {	
	margin: 0px;
	height: 37px;
	line-height: 37px;
	width: 109px;
	display: block;
	float: left;
	text-align: center;
}

a#why {
	background: url(../images/why2_01.gif) no-repeat left top;	
}

a#why:hover {
	background: url(../images/why2_01-over.gif) no-repeat left top;	
}

a#about {
	background: url(../images/about_01.gif) no-repeat left top;
}

a#about:hover {
	background: url(../images/about_01-over.gif) no-repeat left top;
}

a#what {
	background: url(../images/what_01.gif) no-repeat left top;
}

a#what:hover {
	background: url(../images/what_01-over.gif) no-repeat left top;
}

a#contact {
	background: url(../images/contact_01.gif) no-repeat left top;
}

a#contact:hover {
	background: url(../images/contact_01-over.gif) no-repeat left top;
}
