/* ================================================================ 
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.stunicholls.com/menu/hover_drop_1.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#outer {width:970px; min-height:35px; position:relative;}
.pad1 {width:55px; height:31px; float:left; margin-top:1px; margin-right:0px;}
.pad2 {width:60px; height:31px  float:left; margin-top:1px; }
.topline {width:970px; height:3px; font-size:1px;}

#menu {list-style-type:none; padding:0; margin:0 0 0 0px; border-left:1px solid #ccc;}
#menu ul {list-style-type:none; padding:0; margin:0; background-color:#fff; border-left:1px solid #ccc;}
#menu li {float:left; margin:0px 0px 0 0; min-width:130px; height:31px; border-left:1px solid #ccc;}
#menu li.sub { height:31px; width:123px;   }

/* for IE5.5 and IE6 only */

#menu li a {display:block; color:#000; height:31px; font-family:Verdana, sans-serif; font-size:11px; line-height:24px; width:123px; text-decoration:none; text-align:center;}
#menu li a table {position:absolute; left:0; top:-1px; border-collapse:collapse; width:0; height:0;}

#menu :hover {color:#fff; position:relative; background-color:#b1d133; background-image:url(/bilder/nav_back.gif); background-repeat:repeat-x;}
#menu :hover > a {color:#fff; background-color:#b1d133; background-image:url(/bilder/nav_back.gif); background-repeat:repeat-x; border-left:0px;}

#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {visibility:hidden; width:0; height:0; overflow:hidden; background-color:#e2e2e2; border-left:0px;}

#menu :hover ul {visibility:visible; overflow:visible; position:absolute; height:auto; width:130px; left:0px;top:31px; background:url(transparent.gif); background-color:#e2e2e2; border-left:0px;} /* the background image is for IE7 */

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {visibility:visible; overflow:visible; height:auto; width:130px; padding:9px 0px; left:100px; top:0;}

#menu :hover ul :hover ul.left,
#menu :hover ul :hover ul :hover ul.left {visibility:visible; overflow:visible; height:auto; width:130px; padding:9px 0px; left:-106px; top:0;}

