<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento ;tulo</title>
</head>

ul#navigation {
padding: 0;
margin: 0;
background-color: #039;
color: #fff;
float:left ;
width: 100%;
}
ul#navigation li { display: inline; }
ul#navigation li a {
padding: .10em 1em;
background-color: #3399ff;
color: #fff;
text-decoration: none;
float: left;
border-left: solid 0px #fff;
border-bottom: solid 0px #fff;
border-top: solid 8px #ffCC33;
border-right: solid 3px #ffcc33
;
}

ul#navigation li a:hover {
color: #000;
background-color: #fff;
} 


<body>
</body>
</html>
