/* ================================================================ 
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/skeleton_up.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.
=================================================================== */
#nav, 
#nav ul {
    padding:0 0 5px 0;
    margin:0;
    list-style:none;
    /*font: 10px verdana, sans-serif;*/
    font-size: 14px;
    /*font-weight: bold;*/
    /*border:1px solid #000;
    border-color:#ace #79b #68a #bde;
    border-width:1px 2px 2px 1px;*/
    background-color:#fff;
    position:relative;
    background-image: url(../img/layout/menu-hintergrund.png);
    z-index:200;
    /* 180 + 12 */
    margin-left: 192px;
    /*top: 570px;*/
}
#nav {
    height:25px;
    height:30px;
    padding:0;
}

#nav li {
    float:left;
    background-image: url(../img/layout/menu-trenner.png);
    background-position: right;
    background-repeat: no-repeat;
    text-align: left;
}
#nav li li {
    float:none;
    background:#fff;
    background-color:#fff;
    background-color:#00349A;
}
/* a hack for IE5.x and IE6 */
* html #nav li li {
    float:left;
}

#nav li a, .dummyLink {
    display:block;
    float:left;
    color:#888;
    color:#fff;
    margin:0 25px 0 10px;
    margin:0 20px 0 20px;
    height:25px;
    height:30px;
    line-height:25px;
    line-height:30px;
    text-decoration:none;
    white-space:nowrap;
    text-align: center;
    text-align: left;
}
* html #nav li a, * html #nav .dummyLink {
    margin: 0 10px 0 10px;
    padding: 0px;
}

#nav li a.active {
    color: #FFFF00;
    font-weight: bold;
}
#nav li li a {
    height:20px;
    height:25px;
    line-height:20px;
    line-height:25px;
    float:none;
    font-size: 12px
}

#nav li:hover {
    position:relative;
    z-index:300;
}
#nav li:hover ul {
    left:0;
    left:-190px;
    bottom:21px;
    top:auto;
    top:30px;
    bottom:auto;
}
/* another hack for IE5.5 and IE6 */
* html #nav li:hover ul {
   left:-190px;
}

#nav ul {
    position:absolute;
    left:-9999px;
    top:-9999px;
}
/* yet another hack for IE5.x and IE6 */
* html #nav ul {width:1px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {
    left:-15px;
    margin-left:100%;
    bottom:-7px;
    top:auto;
}
/* keep further levels hidden */
#nav li:hover > ul ul {
    position:absolute;
    left:-9999px;
    top:-9999px;
    width:auto;
}
/* show path followed */
#nav li:hover > a {
    text-decoration:none;
    text-decoration:underline;
    color:#57b;
    color:#fff;
}


/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul {
    left:-15px;
    margin-left:100%;
    bottom:-7px;
    top:auto;
}

/* keep further levels hidden */
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute;
    left:-9999px;
    top:-9999px;
}

/* show path followed */
#nav li:hover a,
#nav li:hover li:hover a,
#nav li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover li:hover a
{
    text-decoration:none;
    text-decoration:underline;
    color:#57b;
    color:#fff;
}

/* hide futher possible paths */
#nav li:hover li a,
#nav li:hover li:hover li a,
#nav li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li:hover li a
{
    text-decoration:none;
    color:#888;
    color:#fff;
}
