Sólo tenías que cambiar los valores del margen de 'nav' para cambiar la sombra de posición:
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<meta name="generator" content="HTML Tidy, see www.w3.org"> <meta http-equiv="Content-type" content= "text/html; charset=utf-8"> <!-- * {
margin: 0;
padding: 0;
}
li {
display: inline;
padding: 1em;
}
a {
font-size: 2em;
color: #000;
}
#container {
width: 800px;
margin: 2em auto;
}
#shadow {
display: block;
width: 600px;
height: 60px;
float: left;
position: relative;
background: #000;
}
#nav {
width: 100%;
height: 100%;
position: absolute;
margin: -4px 4px 0;
background: #ccc;
}
-->
Salud!