Menu sprite

ive been struggling trying to get to grips with this for days now, and it’s really bothering me! could someone please help me with the code of my menu sprite? this is my html
<div id=“header_wrap”>
<div id=“menu”>
<ul>
<li><a href=“index.php” class=“findahome”>Find A Home</a></li>
<li><a href=“about.php” class=“about”>About YHFB</a></li>
<li><a href=“offices.php” class=“servicedoffices”>Serviced Offices</a></li>
<li><a href=“hotdesk.php” class=“hotdesk”>Hotdesk & Virtual Offices</a></li>
<li><a href=“meeting-and-training.php” class=“meetingandtraining”>Meeting & Training Rooms</a></li>
<li><a href=“community.php” class=“community”>Community</a></li>
</ul>
</div>
</div>
(just my menu html obviously)

could someone please help me with the code please? what would i need to write for my css for my menu? please help :frowning:

Here is how A to Z. Let us know if you hit a wall http://www.websitecodetutorials.com/code/css-nav-menus/css-sprites.php