ul{
	margin-top: 15px;
  	margin-bottom: -25px;
 }
li{
	list-style:none;
	text-align:left;
}
li.menu{
	padding:5px 0;
	width:100%;
}
li.button a{
	display:block;
	font-family: 'din_light', sans-serif;
  	font-size: 18px;
	line-height: 150%;
	overflow:hidden;
	padding:10px 20px;
	position:relative;
}
li.button a:hover{
	text-decoration:none;
}
li.button a span{
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}
li.button a.gray{
	border: solid 3px #FFF;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	display: block;
	line-height: 35px;
	color: #FFF;
	margin: 0px;
	padding: 15px 37px;
	text-align: center;
	text-decoration: none;
}
li.button a.gray h1{
	font-family: 'sauber_scriptregular', sans-serif;
	display: inline;
	font-size: 28px;
	height: 100%
}
li.button a.gray:hover {
  	background: rgba(216,251,0, 0.4);
}
li.button a:hover{ background-position:bottom left;}
li.button a:hover span{ background-position:bottom right;}
.dropdown{
	display:none;
	padding-top:5px;
	width:100%;
}
.dropdown li{
	padding:8px 18px;
	width: auto;
	text-align: center;
}
.dropdown li a{
	font-family: 'din_light', sans-serif;
  	font-size: 18px;
  	color: #FFF;
}
.dropdown li a h1{
	font-family: 'sauber_scriptregular', sans-serif;
	display: inline;
	font-size: 28px;
	color: #D8FB00;
}
.dropdown li a:hover{
	text-decoration: none;
}
.clear{
	clear:both;
}
#main{
	margin:15px auto;
	text-align:center;
	width:920px;
	position:relative;
}
a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:underline;
}