nav > ul{
border-top-width:9px;
border-top-style: solid;
}

nav{
border-top-width:1px;
border-top-style: solid;
}

#extraContainer1 {
top: 64px;
margin-bottom: 64px;
}

nav ul > li > div > a span{
-webkit-transition: background 150ms, border 150ms;
-moz-transition: background 150ms, border 150ms;
display: block;
width:100%;
height: 9px;
position: absolute;
top: -1px;
left:0;
margin-top: -9px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: transparent;
box-shadow: #fff 0 1px 0;
}

nav ul > li:hover > div > a span{
box-shadow: #fff 0 1px 0;
}

section#container .contentBorder{
box-shadow: #f3f3f3 0 1px 0;
z-index: 100;
}

section#content .contentBorder{
box-shadow: #fff 0 1px 0;
z-index: 100;
}