#navbar { width: 100%;
}

#navbar ul {
list-style: none;
float: right;
margin-top: 17px;
}

#navbar li {
display: block;
float: left;
width: 86px;
height: 27px;
margin: 0;
background: transparent url('/templates/dsf/images/nav_up.png') no-repeat center;
}
#navbar li:hover {
display: block;
float: left;
width: 86px;
height: 27px;
margin: 0;
background: transparent url('/templates/dsf/images/nav_down.png') no-repeat center;
}
.navalign, .navalign a {
text-decoration: none;
display: block;
float: left;
padding: 2px 0 0 0;
width: 86px;
color: #fff;
text-align: center;
margin: 0;
}
