Help with fonts in nav-hover, nav-selected, and nav-main

Permalink
I have the freeport theme and have modified the navigation to my liking. So far I have the fonts that I want for the normal navigation bar and the fonts for the hover, but I cannot find a way to distinguish the font of the cuurent page as different from the others. I added a section for nav-selected as shown in the code below, but there is no desired effect.

/* Menu */

#menu {
float: left;
width: 820px;
height: 51px;
margin-left: 25px;
}

#menu ul {
margin: 0;
padding: 22px 0 0 10px;
list-style: none;
line-height: normal;
}

#menu li {
display: block;
float: left;
}

#menu a {
display: block;
float: left;
margin-right: 17px;
margin-left: 0px;
/* padding: 18px 12px;*/
padding: 0px 6px;
text-decoration: none;
font: 20px Veranda;
color: #b0c4de;
}

#menu a:hover { text-decoration: bold;
font: 22px Veranda;
color: #fff;

}

#menu a:selected { text-decoration: bold;
font: 22px Veranda;
color: #fff;
}
#menu .current_page_item a {
font: 22px Veranda;
color: #fff;
}


I have attached the entire main css file for further clarification. Any help is greatly appreciated.

1 Attachment