/* ================================================================ 
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;	
        margin:0;
        list-style:none;
        background:none;
	position:relative;left:-18px;
	z-index:200;
	font-family: "Verdana", sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	text-align: left;
}
* html #nav ul{
position:absolute;width:0;margin-left:-10px;	}


#nav {height:25px; padding:0;margin:0;}
* html #nav {
margin-left:0px;	}

#nav li {float:left;}
#nav li li {
	float:none;
background-image: url(images/trans.png);
background-repeat: no-repeat;
background-position: 0 center;	text-transform: none;
}
/* a hack for IE5.x and IE6 */
* html #nav li li {float:left;}

#nav li a {display:block; float:left; color:#6a6a6a; margin-right:10px; height:20px; line-height:25px; text-decoration:none; white-space:nowrap; padding:0px;padding-left:25px;
background-image: url(images/left_r.jpg);
background-repeat: no-repeat;
background-position: -40px center;
}
* html#nav li a {
padding:0 -10px;margin-right:-10px;}

#nav li li a {height:20px; line-height:20px; float:none;}

#nav li:hover {position:relative; z-index:300;}
#nav li:hover ul {left:-1px; bottom:20px; top:auto;border:0px solid white}
/* another hack for IE5.5 and IE6 */
*html #nav li:hover ul {left:10px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}
/* yet another hack for IE5.x and IE6 */
* html #nav ul {width:0;}


/* 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; color:#6a6a6a;}


/* 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:0px; 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 
{text-decoration:none; color:#af0f29; background-position: -40px 60%; }
#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; color:#af0f29; background-position: 5px 60%; }

/* 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:#6a6a6a; background-position: -40px 0px;}


.eltern  :after {content:">"!important;}


.menu-current a{
color:#af0f29 !important;
font-weight:normal !important;
}

