I fixed the problem by manually editing the SQL table encoding. 🙂
Thank you very much for your hard work 🙂
This is great! Thank you very much for the FAST reply and application of the request!
Just a little comment, the default wordpress menu marks the
<li> as current_page_item, so i had to add a style of:
#container li a.current_page_item{
font-weight:bold;
}
in addition to the style:
#container li.current_page_item a{
font-weight:bold;
}