body {
	font-family:Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	font-size:100%;
}
@media screen and (min-width: 900px) {
.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:none;
	}

}	

@media screen and (max-width: 899px) {
	.js #menu {
		display:block;
	}
	
	.js .slicknav_menu {
		display:block;
	}

	
.menu{
	width: 100%;
	height: 69px;
	margin: 0 auto; 
	margin-top: 0;
	border-top: solid 6px #E84036;
	background: url('../images/menu/bgmenu.png');
	background-repeat:repeat-x;
	position: absolute;
	z-index: 9;
	display: none;
}

.menu_left{
	width: 438px;
	height: 69px;
	margin:0 auto; 
	padding-top: 15px;
	float: left;  
}
.menu_left ul {
	height: 69px;
	color: #FFF;
	float: right;
	margin-right: 20px;
}
.menu_left ul li {
	width: 74px;
	height: 69px;
	display: inline;
}
.menu_left ul li a{
	text-decoration: none;
	width: 74px;
	height: 69px;
	padding:20px;
	padding-bottom: 30px;
	font-family: 'Quicksand';
	font-weight: lighter;
	color: #FFF;
}
.menu_left ul li a:hover{ 
	font-family: 'Quicksand';
	font-weight: lighter;
	width: 74px;
	height: 100px;
	background: url('../images/menu/menuhover.png');
	color: #FFF;
}


.menu_left li:hover .sub-menu {
	height: 20px;
    z-index:1;
    opacity:1;
}


.sub-menu {
    width:100px;
    height: 25px;
    position:absolute;
    top:56px;
    left:530px;
    z-index:-1;
    opacity:0;
}
 
.menu_left ul .sub-menu li {
    display:block;
    width: 120px;
    margin-top: 10px;
    height:20px;
    font-size:16px;
}
 
.menu_left ul .sub-menu li a {
    padding:5px;
    width: 120px;
    height:20px;
    color:#610467;
    background: url('../images/menu/hover2.png');
    display:block;
}
 
.menu_left ul .sub-menu li a:hover{
	height:20px;
	width: 120px;
	color: #FFF;
}
.menu_right{	
	width: 438px;
	height: 69px;
	margin:0 auto; 
	padding-top: 15px;  
	float: right;
}
.menu_right ul{
	height: 69px;
	color: #FFF;
	margin-left: 20px;
	float: left;
}
.menu_right ul li {
	width: 74px;
	height: 69px;
	display: inline;
}
.menu_right ul li a{
	text-decoration: none;
	width: 74px;
	height: 69px;
	padding:20px;
	padding-bottom: 30px;
	font-family: 'Quicksand';
	font-weight: lighter;
	color: #FFF;
}
.menu_right ul li a:hover{
	font-family: 'Quicksand';
	font-weight: lighter;
	width: 74px;
	height: 100px;
	background: url('../images/menu/menuhover.png');
	color: #FFF;
}



}