/* Menu structuur */
#menu {
	width: 700px;
	height: 74px;
	position: relative;
	float: left;
}

#menu-left {
	width: 224px;
	height: 54px;
	padding-top: 20px;
	float: left;
	position: relative;
}

.title-first {
	color: #fff;
}

.title-second {
	color: #ff9c00;
}

#menu-right {
	width: 349px;
	height: 34px;
	float: left;
	position: relative;
	padding: 40px 0 0 0;
	font-size: 10px;
	color: #fff;
	font-family: tahoma;
	font-weight: bold;	
}

#menu li {
	float: left;
	list-style-type: none;	
	
	
}
#menu li a{ width:100%; margin-left:16px; padding-right:16px; padding-top:4px;}

#menu li:first-child {
	padding: 0;
}

#menu a, #menu a:visited, #menu a:active, #menu a:hover {
	color: #fff;
	text-decoration: none;
	padding-top:4px;

}

.logo {
	background: url(../img/logobarbier.png);
	width: 150px;
	height: 150px;
	position: absolute;
	margin-left: 350px;
	z-index: 20;
	text-indent: -9999px;
	margin-top: -30px;
	
}


.active1{  height:40px; background: #000; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; -webkit-border-top-right-radius: 10px; -webkit-border-top-left-radius: 10px;}
