
#menu {
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   list-style: none;
   width: 700px;
   height: 65px;
   float: left;
}

#menu li {
   position: relative;
   float: left;
   margin: 0px 1px 0px 0px;
}

#menu li a {
   display: block;
   height: 60px;
   width: 90px;
   line-height: 16px;
   padding: 0px 0px 0px 0px;
   float: left;
   color: #fff;
   text-decoration: none;
   font-family: "Times New Roman", Times, serif;
   font-size: 11px;
   text-align: center;
   cursor: pointer;
   overflow: hidden;
}
#menu li a b {
   position: relative;
   top: 20px;
   font-weight: bold;
}

#menu li#home a {
   background: url(../buttons/home.jpg);
}
#menu li#about a {
   background: url(../buttons/about.jpg);
}
#menu li#services a {
   background: url(../buttons/services.jpg);
}
#menu li#clients a {
   background: url(../buttons/clients.jpg);
}
#menu li#links a {
   background: url(../buttons/links.jpg);
}
#menu li#contact a {
   background: url(../buttons/contact.jpg);
}

#menu li#home a:hover {
   background: url(../buttons/h_home.jpg);
}
#menu li#about a:hover {
   background: url(../buttons/h_about.jpg);
}
#menu li#services a:hover {
   background: url(../buttons/h_services.jpg);
}
#menu li#clients a:hover {
   background: url(../buttons/h_clients.jpg);
}
#menu li#links a:hover {
   background: url(../buttons/h_links.jpg);
}
#menu li#contact a:hover {
   background: url(../buttons/h_contact.jpg);
}

