@charset "utf-8";
/* CSS Document */
body {
margin:0px 0px 0px 0px;
background-color: #009999;
background-image:url(images/background.jpg);
background-position:center;
background-repeat:repeat-x;
}

#home{ display: block; width: 68px; height: 18px; background: url("images/home.png") no-repeat 0 0;}
#home:hover { background-position: 0 -18px;}
#home span { display: none;}

#whoweare{ display: block; width: 124px; height: 18px; background: url("images/whoweare.png") no-repeat 0 0;}
#whoweare:hover { background-position: 0 -18px;}
#whoweare span { display: none;}

#whatwedo{ display: block; width: 123px; height: 18px; background: url("images/whatwedo.png") no-repeat 0 0;}
#whatwedo:hover { background-position: 0 -18px;}
#whatwedo span { display: none;}

#portfolio{ display: block; width: 107px; height: 18px; background: url("images/portfolio.png") no-repeat 0 0;}
#portfolio:hover { background-position: 0 -18px;}
#portfolio span { display: none;}

#testimonials{ display: block; width: 194px; height: 18px; background: url("images/testimonials.png") no-repeat 0 0;}
#testimonials:hover { background-position: 0 -18px;}
#testimonials span { display: none;}

#contact{ display: block; width: 122px; height: 18px; background: url("images/contactus.png") no-repeat 0 0;}
#contact:hover { background-position: 0 -18px;}
#contact span { display: none;}