@charset "UTF-8";
/* CSS Document */

#navbar ul {
	margin: 0;
	padding: 0;
	text-decoration:none;
	list-style:none;
}

/* Changes the vertical navbar into a harizontal navigation bar */
#navbar li {
	float:left;
	text-decoration:none;
}

#navbar a {
	text-decoration:none;
	display:block;
	float: left;
	text-indent:-9000px; /* Hides the Floating Navigation Text */ 
}

#navbar #whoweare {
	background-image:url(../images/btn_whoweare.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	width: 109px;
	height: 55px;
}
#navbar #whoweare:hover {
	background-position:0 -55px;
}

#navbar #photogallery {
	background-image:url(../images/btn_photogallery.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	width: 117px;
	height: 55px;
}
#navbar #photogallery:hover {
	background-position:0 -55px;
}


#navbar #contact {
	background-image:url(../images/btn_contact.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	width: 91px;
	height: 55px;
}
#navbar #contact:hover {
	background-position:0 -55px;
}