/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#mainmenu {width:988px;padding:0 ; margin:0 0 0 7px; list-style:none; height:26px; position:relative; z-index:500; font-family:Verdana,Arial,sans-serif;background: url(images/bgmenue.png) repeat-x;font-weight:normal;letter-spacing:0px;border-bottom:1px solid #000;}
#mainmenu li {float:left;border-right:1px solid #AAA;}
#mainmenu li a {display:block; float:left; height:26px; line-height:26px; background:url(images/mpbgn.png) repeat-x; color:#FFF; text-decoration:none; font-size:10px;font-weight:bold; padding:0 11px;}

#mainmenu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#mainmenu li a:hover {z-index:200; position:relative;color:#000; background-color:#FAFAFA;}
#mainmenu li:hover {position:relative; z-index:200;}

#mainmenu li:hover > a {color:#000; background:#FAFAFA;font-weight:bold;}
#mainmenu li:hover > a.sub {color:#000;background:#FAFAFA;font-weight:bold;}

#mainmenu li.current a {color:#000; background:#ec880e;}

#mainmenu li a.sub {background: url(images/mpbg.png) no-repeat right center;}
#mainmenu li.current a.sub {color:#000; background:url(images/mpbg.png) no-repeat right center;}

#mainmenu :hover ul {left:0; top:26px; width:170px; background:#FAFAFA;}

/* keep the 'next' level invisible by placing it off screen. */
#mainmenu ul, 
#mainmenu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#mainmenu :hover ul :hover ul
{left:130px; top:-1px; background:#FAFAFA; white-space:nowrap; width:180px; z-index:200; height:auto;}

#mainmenu :hover ul li {margin:0; border-bottom:1px solid #E0E0E0;}
#mainmenu :hover ul li a {width:170px; padding:0; text-indent:11px; background:#FAFAFA; color:#000; height:26px;font:normal 10px/26px Verdana,Arial,Helvetica;letter-spacing:0px;border-right:10px solid #E0E0E0;}
#mainmenu :hover ul li a.fly {background:#faba25 url(images/right-arrow.gif) no-repeat right center;}

#mainmenu :hover ul :hover {background-color:#E0E0E0; color:#000;}
#mainmenu :hover ul :hover a.fly {background-color:#FFF; color:#000;}

#mainmenu :hover ul li.currentsub a {background:#ec880e; color:#000;}
#mainmenu :hover ul li.currentsub a.fly {background:#ec880e url(images/right-arrow.gif) no-repeat right center; color:#000;}

#mainmenu :hover ul :hover ul li a {width:130px; padding:0; text-indent:10px; background:#faba25; color:#000;}
#mainmenu :hover ul :hover ul :hover {background-color:#faba25; color:#000;}

#mainmenu :hover ul :hover ul li.currentfly a,
#mainmenu :hover ul :hover ul li.currentfly a:hover {background:#faba25; color:#000;}
