hey i need some help with my css, on internet explorer it works but on firefox it doesn't. heres the css and html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Four Seasons Cleaning (Super Spring Cleaning).</title>
<meta name="Description" content="FOUR SEASONS CLEANING, powerwashing in the lower mainland, B.C, Canada.">
<meta name="Keywords" content="Power, Washing, Langley, Surrey, Aldergrove, Walnut, Grove, Four, Seasons, Cleaning">
</head>
<style type="text/css">
#nav {
margin:0;
padding:0;
background: 0 0 repeat-x;
float:center;
width:100%;
border:4px solid #000000;
border-width:3px 0;
}
#nav li {
display:inline;
padding:0;
margin:0;
}
#nav a:link,
#nav a:visited {
color:#000;
background:#BDEDFF;
padding:20px 40px 4px 10px;
float:center;
width:237px;
border-right:3px solid #000000;
border-left:3px solid #000000;
text-decoration:none;
font:bold 1em/1em Arial, Helvetica, sans-serif;
text-transform:uppercase;
text-shadow: 2px 2px 2px #555;
}
#nav li:first-child a {
border-left:1px solid #000000;
}
#nav a:hover,
#nav a:focus {
color:#fff;
background:#000000;
}
p { font-family: sans-serif; }
h2 { font-size: 24px;
font-style: italic;
}
</style>
<body>
<br>
<table width="960" cellspacing="10" cellpadding="0" align="center">
<tr>
<td><img src="http://fourseasonscleaning.webs.com/images/banner.jpg" alt="fourseasonscleaning"></td>
</tr>
<br>
<table width="960" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<ul id="nav">
<li id="nav-home" width="237"><a href="http://fourseasonscleaning.webs.com/index.htm">Home</a></li>
<li id="nav-about"><a href="http://fourseasonscleaning.webs.com/about.htm">About</a></li>
<li id="nav-archive"><a href="http://fourseasonscleaning.webs.com/booking.htm">Booking/Contact</a></li>
<li id="nav-lab"><a href="http://fourseasonscleaning.webs.com/prices.htm">Prices</a></li>
</ul>
</td>
</tr>
</table>
<br>
<br>
<br>
<table width="960" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
</td>
</tr>
</table>
<br>
<br>
<br>
<table width="960" cellspacing="10" cellpadding="0" bgcolor="" align="center">
<tr>
<td>
<img src="http://fourseasonscleaning.webs.com/images/footer4.jpg" alt="madebymitchschols"> </td>
</tr>
</table>
</table>
</table>
<!-- --><script type="text/javascript" src="http://images.webs.com/static/global/js/webs/usersites/escort.js"></script><script type="text/javascript">if(typeof(urchinTracker)=='function'){_uacct="UA-230305-2";_udn="none";_uff=false;urchinTracker();}</script></body>
</html>
thanks!