/**
* "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
*
* (en) RTL Horizontal list navigation based on "Sliding Door II" from von "A List Apart"
* (de) RTL Horizontale Navigationsliste basierend auf "Sliding Door II" von "A List Apart"
*
* @note: Many thanks to Alexander Hass (http://www.yaml-fuer-drupal.de/) for contribution
*
* @copyright Copyright 2005-2011, Dirk Jesse
* @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
* YAML-C (http://www.yaml.de/en/license/license-conditions.html)
* @link http://www.yaml.de
* @package yaml
* @version 3.3.1
* @revision $Revision: 501 $
* @lastmodified $Date: 2011-06-18 17:27:44 +0200 (Sa, 18 Jun 2011) $
*/
@media all {
/**
* (en) Workaround disappearing list elements on hover
* (de) Workaround verhindert das Verschwinden der Listenelemente beim Hovern
*
* @workaround
* @affected IE 5.x/Win, IE6, IE7
* @css-for IE 5.x/Win, IE6, IE7
* @valid yes
*/
.hlist {
* {
direction: ltr !important; }
a, strong {
direction: rtl !important; }
ul {
padding: 0 50px 0 0; }
li {
float: right; } }
/*------------------------------------------------------------------------------------------------------*/ }