Hi, with stylesheets. (See the site you mentiond) e.g.:
<div id="menubar">
|
Home
|
<a href="content/admin_en.php">Administrative Services</a>
|
<a href="content/congress_en.php">Congress Services</a>
|
<a href="content/quote_en.php">Request Quotation</a>
</div>
the menu declatration
#menubar {
background-color:#009379;
color: #E8FFFF ;
padding: 2px;
margin: 0px;
padding-left: 200px;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
text-align: left;
}