@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Slabo+27px);

#menu {
	width: 624px;
	height: 40px;
	margin-top: 80px;
	background: #FFF;
	float: left;
}


ul {
    list-style-type: none;
	margin-top: 0px;
}


li {
	float: right;
}


a:link, a:visited {
	display: block;
	width: auto;
	height: 30px;
	color: #333;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	font-family: 'Slabo 27px', serif;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
}


a:hover, a:active {
	color: #09F;
	height: 30px;
	transform: translate3d(0,0,0);
    box-shadow: 0px 0px 2px #666666;
	border-radius: 0px;
}


.active {
	color: #09F;
	height: 40px;
}