/* Copyright 2009 Foobar Technologies */
/* STOP!!  Do not make changes to this stylesheet!  Any changes
   made here must be distributed across the entire customer base. */

#DivMenuBarHorizontal { background-color: #FFF; font-family: helvetica,arial,verdana,"sans serif"; font-size: 12px; }
ul.MenuBarHorizontal
 {
  /*  The following code illustrates how to horizontally center a ul.MenuBarHorizontal
      For further details see:
      http://labs.adobe.com/technologies/spry/samples/menubar/CenteringHorizontalMenuBarSample.html
                   width: 32.2em;
                   margin: auto;      */
      background-color: inherit; height: 36px;
 }
ul.MenuBarHorizontal a.MenuBarItemSubmenu
 {
  background-image: url("/images/Spry/SpryMenuBarDown.gif");
  background-repeat: no-repeat;
 }
ul.MenuBarHorizontal * { background-color: inherit }
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus { background-color: #33C; color: #FFF; }


