Css kodları bunlar:

#menu {
background: #d0d1c9 url(resim_adresin) repeat;
top: 192px;
right: 192px;
padding-left: 1px;
font-family: Segoe Print;
}

#menu ul {
background: #d0d1c9 url(resim_adresin) repeat;
list-style: none;
margin: 0;
padding: 0;
height: 34px;
}

#menu li {
float: left;
margin-top: 4px;
margin-right: 10px;
}

#menu li a {
color: #fff;
padding: 4px 10px 1px;
text-decoration: none;
display: block;
border-bottom: 0;
}

#menu li a:hover {
color: #fff;
border-bottom: 2px solid #fff;
text-decoration: none;
}

#menu li.active a, #menu li.active a:hover {
background: #efefef;
color: #333;
padding: 4px 10px 4px 13px;
border-bottom: 2px solid #fff;
}

#menu li.active {
background: #efefef;
padding-right: 4px;
position: relative;
bottom: -2px;
}


Uygulanışı ise;