.menu {
	position: relative;
	z-index: 1;
	height: 60px;
	margin-top: 9px;
	background-color: #d8c99e;
}

ul.chsmenu {

}


ul.chsmenu,
ul.chsmenu li,
ul.chsmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	white-space: nowrap;
	font-family: 'times_new_yorkerregular';
	font-size: 18px;
}


ul.chsmenu li {
	min-width: 75px;
	float: left;
	padding: 21px 8px;

}
ul.chsmenu > li:first-child {
/* 	padding: 20px 0px; */
}
ul.chsmenu > li:last-child {
/* 	padding-right: 10px; */
}

ul.chsmenu li:hover {
/* 	background-color: transparent; */
	background: url('../pics/gitarre_over.png') 0px -1px no-repeat;
/* 	background-color: red; */
}


/*
	Marker für Untermenü
*/
ul.chsmenu .chssubmenu {
/* 	padding-right: 30px; */
}
/*ul.chsmenu .chssubmenu:after {
	content: '';
	font-size: 0px;
	line-height: 0%;
	width: 0px;
	border-top: 8px solid #552a1c;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;

}*/



/*
	2nd Level
*/
ul.chsmenu ul {
	display: none;
	position: absolute;
	margin-top: 6px;
	margin-left: -6px;

}
ul.chsmenu li:hover > ul {
	display: block;
}


ul.chsmenu ul li:first-child {

	margin-top: 24px;
	float: none;
}
ul.chsmenu ul li {

	background-color: #552a1c;
	margin-top: 5px;
	float: none;
}



ul.chsmenu li.chsmenu_here {
	background: url('../pics/gitarre_over.png') 0px -1px no-repeat;
}

li.chsmenu_here > a:link {
/* 	color: #fff; */
}

ul.chsmenu li.chsmenu_here > a:link {color: #d9c4a2;}
ul.chsmenu li.chsmenu_here > a:visited {color: #d9c4a2;}
ul.chsmenu li.chsmenu_here > a:hover {color: #d9c4a2;}
ul.chsmenu li.chsmenu_here > a:active {color: #d9c4a2;}
ul.chsmenu li.chsmenu_here > a:focus {color: #d9c4a2;}


.chsmenu a {font-weight: normal; color: #552a1c; text-decoration: none;}
.chsmenu a:link    {font-weight: normal; color: #552a1c; text-decoration: none;}
.chsmenu a:visited {font-weight: normal; color: #552a1c; text-decoration: none;}
.chsmenu a:hover   {font-weight: normal; color: #d9c4a2; text-decoration: none;}
.chsmenu a:active  {font-weight: normal; color: #d9c4a2; text-decoration: none;}
.chsmenu a:focus   {font-weight: normal; color: #d9c4a2; text-decoration: none;}
/* .menu_a_marker   {font-weight: bold; color: #967f5b; text-decoration: overline;} */





ul.chsmenu li:hover > a {
	font-weight: normal; color: #d9c4a2; text-decoration: none;
}




.collapse-button {
	display: none;
    position: absolute;
	right: 8px;
/* 	left: 5px; */
	top: 50%;
	width: 40px;
	background-color: #0E0E0E;
	background-image: linear-gradient(to bottom, #151515, #040404);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
	padding: 7px 10px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.collapse-button:hover, .collapse-button:focus {
	background-image: none;
	background-color: #040404;
	color: #FFF;
}
.collapse-button .icon-bar {
	background-color: #F5F5F5;
	border-radius: 1px 1px 1px 1px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	height: 2px;
	width: 18px;
	margin: 2px 0;
}




/*@media and (min-width: 481px) {
	ul.chsmenu,
	ul.chsmenu li,
	ul.chsmenu ul {
		display: block;
	}
}*/

@media screen and (max-width:960px) {


	.collapse-button {
		display: block;
	}
	.menu {
		background-color: #d9c4a2;
/* 		background-color: red; */
	}
	
	ul.chsmenu {
		padding-top: 60px;
	}
	
	ul.chsmenu,
	ul.chsmenu li,
	ul.chsmenu ul {
		display: none;
		float: none;
		background-color: #d9c4a2;
	}

	ul.chsmenu li {

		border-bottom: 1px solid #7A7A7A;
		border-radius: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}
	ul.chsmenu li:first-child {
		margin-top: 70px;
		margin-left: 0px;
	}
	ul.chsmenu li:last-child {
		border-radius: 0px 0px 7px 7px;
	}


	ul.chsmenu ul li:first-child {
		border-radius: 0px;
	}
	ul.chsmenu ul li {
		border-radius: 0px;
	}
	/*
		switch off secon level hover
	*/
	ul.chsmenu li:hover > ul {
		display: none;
	}



}