/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
**
**  YAML Version: 2.5.2
**  Dateiversion: 22.10.06
**  Datei       : iehacks_list.css
**  Funktion    : IE-Korrektur-Stylesheet für das YAML Submenu
**
*/

/*-----------------------------------------------------------------------------------------------------*/
/* Box-Model Bug: Korrektur der Breitenangaben der Listenelemente des Submenüs im IE 5.x/Win
**
** Hinweis: Befindet sich der IE6 im Quirk-Modus, so benötigt er ebenfalls die korrigierten Werte !!
**
** IE5.x/Win - x
** IE5.x/Mac - 0
** IE6       - 0
** IE7       - 0
*/

/* Hides from IE-mac \*/
* html #submenu li a { \width: 100%; }

/* Rechtspfeil in Nav auf 85% in IE 6, da sonst nicht zu sehen (sonst 95%) */
/* nur notwendig, wenn der Untergrund der Navbuttons farbig gesetzt wird */
* html #submenu li a { \width: 100%; background: url(../images/submenu_hgie6.gif) 0% 100% repeat-y; }
/* * html #submenu li a { background-color: transparent; background: url(../images/submenu_hgie6.gif) 0% 100% repeat-y; } */
* html #submenu li a:hover { background: url(../images/submenu_hgie6.gif) 0% 100% repeat-y; }
* html #submenu li#active { \width: 100%; margin-left: 5%; background: url(../images/navbutton_active_hgie6.gif) 0% 100% repeat-y; }
/* ....................................................................................................  */

* html #submenu li ul li a { \width: 100%; }
* html #submenu li span { \width: 100%; }
* html #submenu li#title { \width: 100%; }
/* * html #submenu li#active { \width: 100%; } */
* html #submenu li ul li#active { \width: 100%; }
/* End hide from IE-mac */
/*-----------------------------------------------------------------------------------------------------*/

}