<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style rel="stylesheet" type="text/css">
#menu {
width: 680px;
margin: -2.5em auto 2em auto;
}
#menu ul {
margin: 0;
padding: 0;
list-style: none;
text-align: right;
}
#menu li {
display: inline;
}
#menu a {
padding: 0 10px;
font-weight: bold;
color:red;
}
#menu a:hover {
}
#menu .first a {
border: none;
}
</style>
</head>
<body>
<div id="menu">
<ul>
<li class="first"><a href="">Home</a></li>
<li><a href="">Products</a></li>
<li><a href="">Services</a></li>
<li><a href="">About Us</a></li>
<li><a href="">Contact Us</a></li>
</ul>
</div>
</body>
</html>
|