If you're wanting the ez-pages links to go to white then changing this (line 246 of your main stylesheet)
#navEZPagesTop a {
font-size:12px;
color:#999966;
}
to this
#navEZPagesTop a {
font-size:12px;
color:#FFFFFF;
}
should achieve that.