ul.menu_middle_inner li {
display:inline;
list-style:none outside none;
padding:0 10px;
}
not sure if things are clear enough .. but for this piece of code, how do i use padding-top for this class?? unless i use float:left, padding-top:5px(say) doesnt work at all... I don want to use float:left..... hope i m clear with my question...