#menu-2 {
	border: 0;
	border-width: 0;
	background: #999A8F;
	background: transparent;	
	padding: 0;
	margin: 0;
	width: 415px;
	height: 25px;
	z-index:499;
	left: 509px;
	top: 12px;
	float: left;
	text-align: center;
	
}

#menu-2 ul {
	list-style: none;
	margin: 0;
	padding: 0px ;
	width: 102px;
	float: left;
	
}

#menu-2 li {
	margin: 0;
	padding:  0px 1px 0px 2px;
	
}

#menu-2 a, #menu-2 h4 {

	display: block;
	margin: 0;
	padding: 1px;
	background-color: #999A8F;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc ;
	color: #fff;
}

#menu-2 h4 {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 14px; 
	text-decoration:none;
	font-weight: bold; 

}

#menu-2 h4 .aktiv2 {
	text-decoration: underline;
	background-color: #fff;
	color: #999A8F;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc ;
	
}

#menu-2 a {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 13px; 
	font-style: normal;
	color: #fff;
	text-decoration: none;
	background-color: #999A8F;
}

#menu-2 a:hover {
	text-decoration: underline;
	background-color: #fff;
	color: #999A8F;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc ;
	
}

#menu-2 li {position: relative;}

#menu-2 ul ul {
	position: absolute;
	z-index: 500;
}

#menu-2 ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu-2 ul ul,
div#menu-2 ul li:hover ul ul,
div#menu-2 ul ul li:hover ul ul
{display: none;}

div#menu-2 ul li:hover ul,
div#menu-2 ul ul li:hover ul,
div#menu-2 ul ul ul li:hover ul
{display: block;}

