#access ul li.current_page_item > a:hover, #access ul li.current_page_ancestor > a:hover
    color: white;
}

#access ul ul a {
     color: white;
}

#access li:hover > a, #access ul ul *:hover > a {
    background: none repeat scroll 0 0 #333333;
    color: #FF83FA;
}