Give this a try
<div id="topHeader">
<h1> <a href="">
<img src="images/infront360logo400px.jpg" id="topLogo" alt="Infront 360 Photography Logo">
</a>
</h1>
<ul id="topRight">
<li><a href="">
<img alt="Facebook Icon" src="images/facebook.png">
</a></li>
<li><a href="">
<img alt="Twitter Icon" src="images/twitter.png">
</a></li>
<li><a id="topContact" href="">
</a></li>
</ul><!-- topRight -->
</div>
#topHeader {
height: 60px;
}
#topHeader H1 {
float: left;
width: 400px;
}
#topLogo {
margin: 9px 0 0;
}
#topRight {
float: right;
list-style-type: none;
margin: 13px 0 0;
width: 400px;
}
#topRight li {
float: left;
}
#topRight img {
margin-right: 3px;
}
#topContact {
background: url("../images/tel.png") repeat scroll 0 0 transparent;
display: block;
height: 18px;
margin: 6px 10px 0;
width: 192px;
}
#topContact:hover {
background: url("../images/tel.png") repeat scroll 0 -18px transparent;
}