#menu {
	position:relative;
	top:0px;
	background: #f6f6f6;
	width: 100%;
	height: 60px;
	-moz-box-shadow: 0px 2px 1px 0px #000000;
	-webkit-box-shadow: 0px 2px 1px 0px #000000;
	-o-box-shadow: 0px 2px 1px 0px #000000;
	box-shadow: 0px 2px 1px 0px #000000;
	z-index: 999;
	font-family: 'basic_title_fontregular';
	border-bottom:3px solid #333;
}

.vide {
	height:60px;
	position:relative;
	display:none;
}

#menu a {
	font-size:30px;
	color:#000;
	padding:15px 32px 15px 32px;
}

#nav {
	width:1024px;
	margin:0px auto;
}

#nav li {
	list-style-type: none;
	float:left;
	cursor:pointer;
	margin-top:15px;
}

#nav a:hover, .active {
	color:#fafafa;
	background:#333;
}

#nav_mobile {
	display:none;
}
