/* $Id: nice_menus_default-rtl.css,v 1.3 2010/10/09 16:58:04 add1sun Exp $ */ /* This is the default overrides for nice menu to work with right-to-left languages (RTL). The major change, compared to the regular nice_menus_default.css file, is that horizontal menus float the items to the right and open the sub menus to the left. */ /****************************** Global CSS for ALL menu types ******************************/ ul.nice-menu li { float: right; text-align: right; } ul.nice-menu ul { left: auto; right: -1px; margin-left: 0; } /* Fix vertical menus position */ ul.nice-menu-left ul, ul.nice-menu-right ul{ right:auto; } /****************************** HORIZONTAL (down) menus ******************************/ /* IE6 doesn't correctly calculate the width of a floated element that contains right floated elements. */ ul.nice-menu-down { float: none; } ul.nice-menu-down ul { left: auto; right: 0; /* Set a width on the parent