Forum Moderators: not2easy
/* Top Nav - Pages & Archives */
#topNav {
background:transparent url(http://myurl/images/menubackground.png) top left no-repeat;
height:60px;
}
#topNav ul{
padding: 10px 0px 0px 20px;
}
#topNav li{
clear:both;
display: inline;
padding: 0 14px 0 0;
}
#topNav li a{
clear:both;
display: inline;
padding: 0px 0px 8px 0;
}
#topNav a:hover{
color: #d5d5d6;
text-decoration: none;
background: url(http://myurl/images/hover.png)no-repeat bottom center;
}