body {
	margin: 20px 40px 0 40px; /*margin between first menu item and left browser edge*/
	padding: 0px;
	font-family: Lucida Grande,Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(http://vanewijk.economists.nl/pic.jpg);
	background-repeat: no-repeat;
	background-position: 95% 150px; 
	}

#Content {
	min-height: 300px;
	margin-left: 20px;
	width: 600px;
	padding:20px;
	text-align: justify;
}

*.Abstract {
	width: 600px;
	padding: 20px 0 20px 0;
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: dotted;
	border-color: navy;
}

a:link {color:#555544;}
a:visited {color:#555544;}

ul li {
    margin: 0.5em 0;
    }


.menu{
padding: 0;
width: 100%;
border-top: 5px solid navy;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.menu ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.menu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.menu a {
float: left;
display: block;
font: bold 12px Arial;
color: #545655;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: silver; /*Default menu color*/
border-bottom: 8px solid #FFFFFF;
}

.menu a:hover{
background-color: black;
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: black; /*Highlight red color theme*/
color: white;
}

.menu .current a{ /** currently selected menu item **/
background-color: navy; 
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: navy; /*Highlight red color theme*/
color: white;
}


