İşte Kod :
<center><style type="text/css">
#site {
height: auto;
width: 800px;
margin-right: auto;
margin-left: auto;
}
#menucuk {
}
#menucuk ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}
#menucuk ul li {
float: left;
}
#menucuk ul li a {
background-color: #42B4FF;
color: #000;
padding: 15px;
display: block;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #000;
border-bottom-color: #000;
font-size: 20px;
text-decoration: none;
font-family: "Luna Bar";
}
#menucuk ul li a:hover {
background-color: #93EAFF;
}
</style></center>
<center>
<div id="menucuk">
<ul>
<li style="text-align: center"><a href="#">Ana Sayfa</a></li>
<li><a href="#">iletisim</a></li>
<li><a href="#">Forum</a></li>
<li><a href="#">Z.Defteri</a></li>
<li><a href="#">Hakkimizda</a></li>
</ul>
</div>
</center>