/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.txt
Version: 0.11.3
*/

div.yuimenu {z-index:1;visibility:hidden;}

/*  Application of "zoom:1" triggers "haslayout" in IE so that the module's
    body clears its floated elements */
div.yuimenubar div.bd {zoom:1;}

/* Clear the module body for other browsers */
div.yuimenubar div.bd:after {
  content:'.';
  display:block;
  clear:both;
  visibility:hidden;
  height:0;
}

/* MenuItem and MenuBarItem styles */
div.yuimenu li, div.yuimenubar li {white-space:nowrap; text-align:center;}

/* Menubar */
div.yuimenubar li.menubaritem {
  float:left;
  display:inline; /* Prevent margin doubling in IE */
}

/* Matches the submenu indicator for menu items */
div.yuimenubar li.menubaritem img {display: none;}