#nav {
     width: 120px;
     padding: 0px 0px 0px 0px;
	 float: left;
  	height: 20px;
    }
#menu li {
     float: left;
    }
#menu ul {
     list-style: none;
     margin: 0;
     padding: 0;
    }
#menu li a {
     text-decoration: none;
     display: block;
     text-indent: -9999em;
    }
	
	#menu #about {
     background-image: url(../images/about.png);
     background-repeat: no-repeat;
     background-position: -120px 0px;
     width: 120px;
     height: 23px;
    }
	#menu #about:hover {
     background-position: 3px 0px;
    }
		#menu #whoweare {
     background-image: url(../images/whoweare.png);
     background-repeat: no-repeat;
     background-position: -120px 0px;
     width: 120px;
     height: 27px;
    }
	#menu #whoweare:hover {
     background-position: 3px 0px;
    }
	#menu #newsletter {
     background-image: url(../images/newsletter.png);
     background-repeat: no-repeat;
     background-position: -97px 0px;
     width: 120px;
     height: 27px;
    }
	#menu #newsletter:hover {
     background-position: 23px 0px;
    }
		#menu #samples {
      background-image: url(../images/samples.png);
     background-repeat: no-repeat;
     background-position: -120px 0px;
     width: 120px;
     height: 29px;
    }
	#menu #samples:hover {
     background-position: 3px 0px;
    }
	#menu #testimonials {
      background-image: url(../images/testimonials.png);
     background-repeat: no-repeat;
     background-position: -120px 0px;
     width: 120px;
     height: 29px;
    }
	#menu #testimonials:hover {
     background-position: 0px 0px;
    }
		#menu #services {
      background-image: url(../images/services.png);
     background-repeat: no-repeat;
     background-position: -120px 0px;
     width: 120px;
     height: 27px;
    }
	#menu #services:hover {
     background-position: 3px 0px;
    }
		#menu #contact {
      background-image: url(../images/contact.png);
     background-repeat: no-repeat;
     background-position: -120px 0px;
     width: 120px;
     height: 37px;
	      margin: 0px 0px;
    }
	#menu #contact:hover {
     background-position: 3px 0px;
    }
	a:link {
color:#0099cc;
text-decoration: none;
 }
 
a:visited {
color:#0099cc; 
text-decoration: none;
}
a:hover {color:#0099cc;
text-decoration: none;
 }
 
 
a.samples:link img{
	color:#0099cc;
	border: 1px solid #ff9933;;
	text-decoration: none;
 	margin-right:80px;
 }
 
a.samples:visited img{
	color:#0099cc;
	border: 1px solid #ff9933;
	text-decoration: none;
}
a.samples:hover img{
	color:#0099cc;
	border: 1px solid #ff9933;
	text-decoration: none;
 }