	#menu, #menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#menu {
		margin: 40px auto;
		border: 1px solid orange;
		background-image: -moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		background:transparent url(image/menu1.jpg);

	}
	
	#menu:before,
	#menu:after {
		content: "";
		display: table;
	}
	
	#menu:after {
		clear: both;
	}
	
	#menu {
		zoom:1;
	}
	
	#menu li {
		float: left;
		border-right: 1px solid #222;
		-moz-box-shadow: 1px 0 0 #444;
		-webkit-box-shadow: 1px 0 0 #444;
		box-shadow: 1px 0 0 #444;
		position: relative;
	}
	
	#menu a {
		float: left;
		padding: 12px 30px;
		color: #999;
		text-transform: uppercase;
		font: bold 12px Arial, Helvetica;
		text-decoration: none;
		text-shadow: 0 1px 0 black;
	}
	
	#menu li:hover > a {
		color: white;
	}
	
	*html #menu li a:hover { /* IE6 only */
		color: white;
	}




	li#menu_01 a { 
		width: 75px; 
	}
	
	li#menu_01 a:hover { 
		background: transparent url(image/smenu1.jpg) 0px 0px no-repeat; 
	}
	
	#menu_01 {
		background-image: -moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		border-right: 1px solid #222;
		-moz-box-shadow: 1px 0 0 #444;
		-webkit-box-shadow: 1px 0 0 #444;
	}










#galerie-menu 
{
	margin:auto;
	border-radius:5px;
	background: none;
	text-align:center;
	}
#galerie-menu a img 
{
	height:150px;
	width:150px;
	border:none;
	vertical-align:top;
}
#galerie-menu a 
{
	border-radius:15px;
	display:inline-block;
	transform:scale(0.75);
	overflow:hidden;
	box-shadow: 0 0 15px gray;
	border:solid white;
	transition:1s;
	z-index:1;
}
#galerie-menu a:hover,#galerie-menu a:focus 
{
	transform:scale(1.3);
	transform-origin:top center;
	z-index:5;
	background:white;
	transition:1s;
}
#galerie-menu a:before 
{
	position:absolute;
	color:white;
	bottom:0;
	box-shadow:0 0 3px white;
	display:block;
	width:100%;
	background:rgba(0,0,0,0.3);
}
