Hi,

Thanks a lot for your answer. I had it and also tried just the way you showed me but it's still the same... Here is what I have:

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
margin: 0em;
font-weight: bold;
color: #ffffff;
float: right;
}

#navMainWrapper a {
color:#605A59;
text-decoration:none;
}


#navMain ul, #navSupp ul, #navCatTabs ul {
line-height:1.5em;
list-style-type:none;
margin:0pt;
padding:0.5em 0em;
text-align:right;
}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
display: list-item;
white-space: nowrap;
margin-right: 20px;
}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
color:#2686fa;
}

#navMain a:hover {
color:#605A59;

}


Any suggestions? Thanks again!