node-menunav-skin.css revision 15dcde6219568367fbadd9c1f310447e9258ae17
/* Vertical menus and submenus */
background: #fff;
}
}
/* Horizontal menus */
padding: 0;
}
}
border: 0;
margin: 0;
padding: 0;
}
padding: 0;
margin: 0;
border: 0;
}
/*
For and IE 6 (Strict Mode and Quirks Mode) and IE 7 (Quirks Mode only): Used to collapse
superfluous white space between <li> elements that is triggered by the "display" property
of the <a> elements being set to "block" by node-menunav-core.css file.
*/
}
}
}
}
}
/* Menuitems and menu labels */
color: #000;
cursor: default;
/*
Necessary specify values for border, position and margin to override values specified in
the selectors that follow.
*/
float: none;
border: 0;
margin: 0;
}
float: left; /* Ensures that menu labels clear floated descendents. Also gets negative
margins working in IE 7 (Strict Mode). */
}
}
}
}
}
}
padding: 0;
}
float: left;
color: #000;
cursor: default;
}
}
/* Selected menuitem */
}
/*
Undo values set for "border-left-width" and "margin-left" when the root menu has a class of
"yui-menubuttonnav" or "yui-splitbuttonnav" applied.
*/
}
}
}
}
}