Forum Moderators: not2easy
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style>
#nav_menu_bg {
width:620px;
height:65px;
margin-top:55px;
background:#000;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
opacity:.7;
}
#nav_menu {
width:620px;
height:65px;
margin-top:-65px;
position:relative;
z-index:1000;
}
#nav_menu ul {
list-style:none;
padding-top:10px;
margin:0 0 0 25px;
}
#nav_menu ul li a {
color:white;
font-size:18px;
font-weight:bold;
text-decoration:none;
float:left;
display:block;
padding:10px 10px 14px 10px;
margin-right:40px;
}
#nav_menu ul li a:hover {
background:#ffda0b;
color:#333;
border-radius:7px;
-moz-border-radius:7px;
-webkit-border-radius:7px;
}
</style>
</head>
<body>
<div id="nav_menu_bg"></div>
<div id="nav_menu">
<ul>
<li><a href="#">test</a></li>
<li><a href="#">test</a></li>
<li><a href="#">test</a></li>
<li><a href="#">test</a></li>
</ul>
</div>
</body>
</html>