/* @override http://www.ollevier.be/ollevier/wp-content/themes/ollevier/css/menu.css */

#nav {	margin: 0; padding: 0; }

#nav li { float: left; list-style: none; }



/*#nav li a {	display: block; text-decoration: none; width: 119px; white-space: nowrap; color: #fff;  font-size: 12px; text-align: center; height: 35px; margin-top: 7px; margin-bottom: 4px;background-color: #605e54;} */

#nav li a {	display: block; text-decoration: none; width: 118px; white-space: nowrap; color: #123f4c;  font-size: 13px; text-align: center; height: 30px; margin-top: 45px;
	font-weight: bold;
}

#nav li:hover { border-bottom: 3px solid #123f4c; color: #fff;}

#nav li#active {
	border-bottom: 3px solid #123f4c;
}

