@charset "utf-8";
/* CSS Document */

#ul {
	float: left;
}

#ul li {
	float: left;
	list-style-type: none;
	list-style-position: outside;
}


/* Who We Are Button */
#Whoweare
{
	display: block;
	width: 117px;
	height: 105px;
	background-image: url(images/buttons/button_whoweare.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#Whoweare:hover
{
	background-image: url(images/buttons/buttonhover_whoweare.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}


/* What We Do Button */

#Whatwedo
{
	display: block;
	width: 117px;
	height: 105px;
	background-image: url(images/buttons/button_whatwedo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#Whatwedo:hover
{
	background-image: url(images/buttons/buttonhover_whatwedo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* Our Beliefs Button */

#Ourbeliefs
{
	display: block;
	width: 117px;
	height: 105px;
	background-image: url(images/buttons/button_ourbeliefs.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#Ourbeliefs:hover
{
	background-image: url(images/buttons/buttonhover_ourbeliefs.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* Mission Button */

#Mission
{
	display: block;
	width: 117px;
	height: 105px;
	background-image: url(images/buttons/button_mission.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#Mission:hover
{
	background-image: url(images/buttons/buttonhover_mission.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* Contact Us Button */

#Contactus
{
	display: block;
	width: 117px;
	height: 105px;
	background-image: url(images/buttons/button_contact.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#Contactus:hover
{
	background-image: url(images/buttons/buttonhover_contact.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* Products Button */

#Products
{
	display: block;
	width: 117px;
	height: 105px;
	background-image: url(images/buttons/button_sponsors.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#Products:hover
{
	background-image: url(images/buttons/buttonhover_sponsors.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* Investigations Button */

#Investigations
{
	display: block;
	width: 117px;
	height: 105px;
	background-image: url(images/buttons/button_investigations.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#Investigations:hover
{
	background-image: url(images/buttons/buttonhover_investigations.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

