/* -- Edit the styles below to change the color of the dropdown menu -- */

#headermenu li ul {
	/*border: solid 1px #FFF;*/
}

#headermenu a {
	color: #FFF;
    width:134px;
	height:27px;
}

/*sichtbar*/
#headermenu li {
	background-image:url(../images/navi_hell_ohne.gif);
	width:204px;
	height:40px;
	/*background: #4C4A80;
	border-right: 1px solid white;*/
	clear:both;
}

#headermenu li a:hover {
    background-image:url(../images/navi_hell_mit.gif);
	color: white;
	height:27px;
}


/*aufklappmenu*/
#headermenu li li {
	/*border-top: solid 1px #FFF;*/
	position:relative;
	top:-17px;
	left:110px;
	background:#CCCCCC;
	            padding-top:5px;
				padding-left:20px;
				         height:30px;
}

#headermenu li li a {
	background:#CCCCCC;
	font-size:16px;
	color:#333333;
	font-weight:normal;
                     	height:24px;
}

#headermenu li li a:hover {
	background:#CCCCCC;
	font-size:16px;
	color:#333333;
                      	height:24px;
}

/* -- End styles for the dropdown menu -- */

#headermenu {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-right: 15px;
}


#headermenu a {
	text-decoration: none;
	display: block;
	font-size:16px;
				padding-top:13px;
				padding-left:70px;
}

#headermenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
	/*border-bottom: 1px solid white;*/
}

#headermenu li {
	padding: 0px;
	margin: 0px;
	float: left;
	list-style-type: none;
}

#headermenu li a {
	display: block;
	float: left;
}

#headermenu ul li a,
#headermenu ul li a:hover,
#headermenu ul li:hover,
#headermenu ul li.over {
	z-index: 100;
}

#headermenu ul li:hover ul,
#headermenu ul li.over ul {
	display: block;
}

#headermenu li ul {
	border-top: 0px;
	display: none;
	z-index: 150;
	text-align: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	margin-left: 0px;
	margin-top: 20px;
	clear: both;
}

#headermenu li:hover ul,
#headermenu li.over ul {
	display: block;
}

#headermenu li li {
	clear: left;
	display: block;
}

#headermenu li li a {
	padding: 3px 4px;
	margin: 0;
	border:0;
	display: block;
	width: 196px;
}


