direk şu kodu yapıştır bakalım
<!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=utf-8" />
<title>Başlıksız Belge</title>
<style type="text/css">
<!--
body { margin: 0px 0px 0px 0px;}
.indentmenu{
font: bold 13px Arial;
width: 100%;
overflow: hidden;
padding-top:130px;
}
.indentmenu ul{
margin: 0;
float: left;
width: 100%;
border: 1px solid #FFFFFF;
border-width: 1px 0;
background: black url(../images/blockdefault.gif) center center repeat-x;
}
.indentmenu ul li{
display: inline;
}
.indentmenu ul li a{
float: left;
color: white;
padding: 10px 10px;
text-decoration: none;
border-right: 1px solid #FFFFFF;
}
.indentmenu ul li a:visited{
color: white;
}
.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important;
padding-top: 10px;
padding-bottom: 10px;
background: black url(../images/blockactive.gif) center center repeat-x;
}
.tasiyici{ float:left; margin-left:300px;}
-->
</style></head>
<body>
<div class="tasiyici">
<div class="indentmenu">
<ul >
<li><a href="" class="current">Home</a></li>
<li><a href="" >- XXX-</a></li>
<li><a href="">- XXXX-</a></li>
<li><a href="">- XXXXXX-</a></li>
<li><a href="">- XXXXXX-</a></li>
<li><a href="">- XXXXXX-</a></li>
<li><a href="">- XXXXXX -</a></li>
</ul></div>
</div>
</body>
</html>