/* put only color information in this file. Use topmenu_main.css all everything else */

#topHeaderDiv
{
    background-color: #D4D2CE;
}

#topHeaderDiv td
{
    background-color: #D4D2CE;
}

#topHeaderDiv a
{
    color: #726B5C;
}

#topRootMenuDiv
{
    background-color: #83A1C5;
    color: #FFFFFF; /* hide font until menu is rendered */
}

div.yuimenubar li.selected
{
/*    background-color: #A3C1E5; */ /* background color for selected menu item */
/*    background-color: #FFD5D1; */ /* dark pink background color for selected menu item */
    background-color: #B0D2F5; /* dark blue background color for selected menu item */
}

div.yuimenu li.selected a.selected, div.yuimenu li.selected em.selected, div.yuimenubar li.selected a.selected
{
    color: #322B1C;
}

div.yuimenubar li a 
{
    color: #322B1C;
}

div.bd 
{
/*    background-color: #83A1C5; */ /* background color for menus */
/*    background-color: #FDE4E1; */ /* light pink background color for menus */
    background-color: #D4E1FF; /* light blue background color for menus */
}

