Hmm ok thanks for the advice so far i will try to figure it out. i am not a programmer so and i now am trying the template at
www.superbowlparty. nl/kamp2007 with a single level of menu and still its dropping down in a stairs look o and my navigation code looks like this:
/* navigation */
.navigation {
background: #DED9D0 url(img/nav.gif) repeat-x; height: 41px;
border-top: 1px solid #996;
}
.navigation a {
background: #FFF url(img/nav.gif) repeat-x;
border-right: 1px solid #C9C6B3;
color: #553;
float: left;
font: bold 1em Tahoma,sans-serif;
padding: 0 14px;
line-height: 41px;
text-align: center;
text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #331;}