I am trying to style the navMain links but to no avail. It seems pretty straight forward but I must be missing something.

I would like to do a few different things...

1. Change the link color to white
2. Make the links bigger and bold
3. Move the links down - so they are resting on top of my green primary navigation bar.

Here's a link...

http://openheartthreads.com/products...&products_id=3

Here's the styling I have for the navMain CSS...

#navMain ul, #navSupp ul, #navCatTabs ul {
margin: 0;
padding: 0em 0em;
list-style-type: none;
text-align: center;
line-height: 1em;
}

#navMain {
padding-left: 750px;
}

#navMain ul li a:link {
color: #ffffff
text-decoration: none;
padding: 0em 0em;
margin: 0;

}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
display: inline;
}

Thanks in advance!
Robert