got solution.... Actually asp menu control rendered as anchor, we can set the display style of anchor as block....
<style>
#dvmnu a
{
display: block;
}
</style>
where dvmnu is the div under which asp menu control exist.
Muhammad Akhtar
2009-07-20 14:08:04