/***
LMAK Top Button CSS Sheet
***/

/* Navigation Styles */
.nav-button {
	width: 90px;
	height: 90px;
	float: right;
	margin-left: 22px;
}

#nav-button-6{
	background: url('../images/nav_contact.png');
	background-position: bottom;
}

#nav-button-6:hover {
	background: url('../images/nav_contact.png');
	background-position: top;
}
#nav-button-5{
	background: url('../images/nav_about.png');
	background-position: bottom;
}

#nav-button-5:hover {
	background: url('../images/nav_about.png');
	background-position: top;
}

#nav-button-4 {
	background: url('../images/nav_publications.png');
	background-position: bottom;
}

#nav-button-4:hover {
	background: url('../images/nav_publications.png');
	background-position: top;
}

#nav-button-3 {
	background: url('../images/nav_artists.png');
	background-position: bottom;
}

#nav-button-3:hover {
	background: url('../images/nav_artists.png');
	background-position: top;
}

#nav-button-2 {
	background: url('../images/nav_exhibitions.png');
	background-position: bottom;
}

#nav-button-2:hover {
	background: url('../images/nav_exhibitions.png');
	background-position: top;
}

#nav-button-1{
	background: url('../images/nav_projects.png');
	background-position: bottom;
}

#nav-button-1:hover {
	background: url('../images/nav_projects.png');
	background-position: top;
}
