.blurry-menu {  
  font-family: helvetica, arial, sans-serif;
  height: 50px;
	margin: 40px 0;
	padding: 50px 0;
	text-align: center;
	}
.main ul {	
	display: inline-block;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	background: -webkit-linear-gradient(#fafafa, #f1f1f1);
	background: -moz-linear-gradient(#fafafa, #f1f1f1);
	background: -ms-linear-gradient(#fafafa, #f1f1f1);
  background: -o-linear-gradient(#fafafa, #f1f1f1);		   
	background: linear-gradient(#fafafa, #f1f1f1);
	-webkit-box-shadow: inset 0 1px 0 #fff, 0 0px 0 1px #fff;
	-moz-box-shadow: inset 0 1px 0 #fff, 0 0px 0 1px #fff;
	box-shadow: inset 0 1px 0 #fff, 0 0px 0 1px #fff;
	}
.main ul:after {	
	content: '';
	height: 46px;
	left: -50px;
	position: absolute;
	top: -32px;
	width: 120%;
	z-index: 1;
	background: -webkit-linear-gradient(left top, rgba(255,255,255,.1), rgba(255,255,255,.7));
	background: -moz-linear-gradient(left top, rgba(255,255,255,.1), rgba(255,255,255,.7));
	background: -ms-linear-gradient(left top, rgba(255,255,255,.1), rgba(255,255,255,.7));
	background: -o-linear-gradient(left top, rgba(255,255,255,.1), rgba(255,255,255,.7));		    
	background: linear-gradient(left top, rgba(255,255,255,.1), rgba(255,255,255,.7));
	-webkit-transform: rotate(-2.4deg);
	-moz-transform: rotate(-2.4deg);
	-ms-transform: rotate(-2.4deg);
	-o-transform: rotate(-2.4deg);		   
	 transform: rotate(-2.4deg);
	}
.main li {
	float: left;
	}
.main a {
	border-left: 1px solid #fff;
	border-right: 1px solid #eee;
	color: #888;
	display: block;
	font-size: 15px;/*14px;*/
	height: 50px;
	line-height: 50px;
	padding: 0 35px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;	
	z-index: 2;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	-o-transition: all 150ms linear;		
	transition: all 150ms linear;
	}
.main a:focus {
	outline: 0;
	}
.main li:first-child a {
	border-left: none;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	}
.main li:last-child a {
	border-right: none;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	}
.main ul:hover a {
	color: transparent;
	text-shadow: 0 0 5px #ccc;
	}
.main ul:hover a:hover {
	background: #fafafa;
	color: #444;
	line-height: 43px;
	text-shadow: 0 1px 0 #fff;	
	}
.main ul:hover a:active {
	border-left-color: #f0f0f0;	
	color: #999;
	line-height: 47px;
	-webkit-box-shadow: inset 0 0 22px #e9e9e9;
	-moz-box-shadow: inset 0 0 22px #e9e9e9;
	box-shadow: inset 0 0 22px #e9e9e9;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;		
	transition: none;
	}