Check your stylesheet CSS for the class navMain element UL (It looks like the following in mine):
#navMain ul, #navSupp ul, #navCatTabs ul {
line-height:1.5em;
list-style-type:none;
margin:0pt;
padding:0.5em 0em;
text-align:right;
}
My guess is that list-style-type is missing or is no longer set to none.




