/* links.css - v0.0.1 - "Smarter defaults for links" License MIT
*/
a { -webkit-transition: color .4s; transition: color .4s; color: #ffffff; }

a:link, a:visited { color: #ffffff; }

a:hover { color: #E1F40C; }

a:active { -webkit-transition: color .3s; transition: color .3s; color: #E1F40C; }

.link { text-decoration: none; }

ul.A
{
	list-style-type: none;
	margin: 20px;
	display: inline-block;
	 white-space: nowrap;
}
.button {
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 75px;
  height: 20px;
  border: none;
  font: normal 16px/normal "Times New Roman", Times, serif;
  color: rgba(0,0,0,0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
}
.button:hover {
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}
.button1 {
	background: url("../Images/home.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.button1:hover {
    background: url("../Images/Home_Button_over.gif");
background-repeat: no-repeat;
  background-position: 50% 50%;
}

.button2 {
	background: url("../Images/Services.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.button2:hover {
    background: url("../Images/Services_Button_over.gif");
	background-repeat: no-repeat;
  background-position: 50% 50%;
}

.button3 {
	background: url("../Images/Clients.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.button3:hover 
{
    background: url("../Images/Clients_Button_over.gif");
	background-repeat: no-repeat;
  background-position: 50% 50%;
}

.button4 {
	background: url("../Images/Contact.GIF");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.button4:hover {
    background: url("../Images/Contact_Button_over.gif");
	background-repeat: no-repeat;
  background-position: 50% 50%;
}