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;
}