/* ================================================================ 
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_2.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 {
	position: absolute;
	left: 30px;
	top: 206px;
	z-index:50;
}


#menu {list-style-type:none; padding:0; margin:0;}
#menu ul {list-style-type:none; padding:0; margin:0;}
#menu li {
	float:left;
	background:#000000;
	margin: 0;
	position:relative;
	background-color: #000000;
}
#menu li.sub {background:#000000;}

/* for IE5.5 and IE6 only */
#menu table {border-collapse:collapse;position:absolute;top:0;left:0;z-index:80;font-size:1em;}

#menu li a {display:block; color:#FFFFFF; height:24px; font-family:arial,helvetica, sans-serif; font-size:11px; line-height:24px; width:94px; text-decoration:none; text-align:center; padding-left:5px;	
	border-right-width: 2px;
	border-right-color: #000000;
	border-right-style: solid;
	border-bottom:color:#CCCCCC; 
	border-bottom-width:1px; 
	border-bottom-style: dotted;}
#menu :hover {color:#FFFFFF; background:#d81e05;}
#menu :hover > a {color:#FFFFFF; background:#d81e05;
	border-right-width: 2px;
	border-right-color: #FFFFFF;
	border-right-style: solid;}

#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {
	position:absolute;
	left:-9999px;
	width:94px;
	z-index: 3;
}

#menu :hover ul{
	left:0;
	top:24px;
	background:url(../pics/transparent.gif);
} /* the background image is for IE7 */

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {padding:0 3px; left:94px; top:-3px;}

#menu :hover ul :hover ul.left,
#menu :hover ul :hover ul :hover ul.left {padding:0 3px; left:-131px; top:-3px;}

.menuhauptpunkt {
	font-size: 13px;
	text-transform: uppercase;
}
.menuunterpunkt {
	font-size: 11px;
	text-transform: none;
}
