
/* Menu styles */

#menu { clear: both; height: 29px;}
#menu ul { padding: 0; margin: 0; list-style: none; height: 29px; }
#menu ul li { padding: 0; margin: 0; float: left; text-align: center; width: 20%; font-size: 0.85em; font-weight: bold; list-style: none; background: #466f8d url("../styles/menu_bg_off.png") 0px 0px  no-repeat; }
#menu ul li.home { width: 20%; background: #466f8d url("../styles/menul_bg_off.png") 0px 0px no-repeat; }
#menu ul li.home a:hover { background-image: url("../styles/menul_bg_over.png"); }
#menu ul li a { display: block; padding: 7px; margin: 0; color: #eee; } 
#menu ul li a:hover { background-image: url("../styles/menu_bg_over.png"); }     
#menu ul li.selected a, #menu ul li.leftselected a, #menu ul li.rightselected a { background-image: url(../styles/menu_bg_on.png); }

/* News ticker styles */

#newsticker, #toprightquestionnaire { font-size: 0.85em; color: #999; float: left; width: 482px; height: 91px; background: white url(../styles/bg_menu_corner.gif) top right no-repeat; }
#newsticker p { background: white url(../images/newsticker.gif) 30px 0px  no-repeat; margin: 38px 12px 12px 48px; line-height: 16px; padding-left: 54px; }
#newsticker p a { color: #999; text-decoration: none; }
#newsticker p a:hover { color: #466F8D; text-decoration: underline; }




/* Optional sub menu styles */
   
#mainTop { display: block; background: #466F8D url(../styles/main_top.png) top left no-repeat; height: 28px; text-align: left; font-size: 0.875em; color: #eee; }
#mainTop ul { padding: 0px 0px 0px 0px; margin: 0px; list-style: none; }
#mainTop li { float: left; padding: 6px 14px 5px 16px;  }
#mainTop li.parentmenu { display: none; padding-left: 22px; padding-right: 30px; background: white url(../styles/bg_main_top_parent.gif) top right no-repeat; }
#mainTop li a { color: #eee; text-decoration: none; }
#mainTop li a:hover { color: #eee; text-decoration: underline; }
#mainTop ul { padding-left: 25px; }


#mainTopClear {
  display: none;
}
