#menu {
	clear: both;
	width: 990px;
	height: 40px;
	background-image: url(../images/menu.png);	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	display: inline;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5;
}

#menu ul li a {
	float: left;
	display: block;
	width: 150px;
	margin-right: 2px;
	font-family: 'Oswald', sans-serif;
	font-size:22px;
	font-weight:100;
	color: #686868;
	text-decoration: none;
	text-align: center;
	outline: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	border-right-style:solid;
	border-right-color:#dcdcdc;
	border-right-width:1px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

#menu ul li a:hover, #menu ul .current {
	color: #17BCE6;
	background-image: url(../images/menu_hover.png);
	background-repeat: repeat-x;
	background-position: top;
	-webkit-transform:scale(1.1);
transform:scale(1.1);
}
.h1 {
	margin: 0px;
	padding: 0px;
}
