Si, se nota.
En primer lugar lee bien lo que se te plantea, nadie habló de remover el boxshadow,
vos pasaste un código, una parte en html y otra en css, el html es solo un fragmento, supongo que tu página tendrá algo más que un menu.
Hacé esta prueba
crea un html nuevo con el siguiente código
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> titulo
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> /*<![CDATA[*/
body {
font-size:12px;
font-family:Arial;
color:#FFFFFF;
padding:0;
margin:0;
background-color: #0F1110;
}
body,html {
overflow:hidden;
width:520px !important;
}
p {
line-height:20px;
color:#FFFFFF;
padding: 5px 0 0 0; margin:0;
}
img { border:0;
}
#container {
margin:0 auto;
}
a { outline:none; color:#FFFFFF; text-decoration:none
}
a:hover { text-decoration:underline
}
/* Headers */
#header { position:fixed; top:0px; left:0; width:520px; z-index:100; /*background:url(../images/bg.png) repeat-x left top #f6f3ea;*/
}
/* Menu
-------------------------------------------------------------- */
#access_container {
width:520px;
margin:0 auto;
padding:31px 0 0 0; height:159px;
/* background:url(../images/header_bg.png) no-repeat center top;*/
}
#access { padding-left:37px
}
#access ul { margin:0; padding:0;
}
#access li { margin:0 11px 0 0; padding:0; float:left; list-style:none;
}
#access a {
font-size:18px;
color:#FFFFFF;
text-decoration:none;
display:block;
padding:11px 20px;
float:left;
line-height:16px;
}
#access a.active, #access a:hover {
color:#dd100d;
text-decoration:none !important;
-moz-border-radius: 7px; /* Firefox */
-webkit-border-radius: 7px; /* Safari, Chrome */
-khtml-border-radius: 7px; /* KHTML */
border-radius: 7px; /* CSS3 */
-moz-box-shadow:0 0 8px #e4e0d8;
-webkit-box-shadow:0 0 8px #e4e0d8;
-khtml-box-shadow:0 0 8px #e4e0d8;
background-color: #0F1110;
}
#logo { text-align:center; padding-bottom:27px;
}
/* =Content
-------------------------------------------------------------- */
#main {
clear:both;
}
.card_container {
width:520px;
padding:0;
margin:0px auto;
}
.clear2 { font-size:0; height:0; clear:both;
}
/* Home */
#home {
width:520px;
padding:0;
padding-top:190px;
margin:0 auto 19px auto;
}
#home p { padding:0 !important; margin:0;
}
#slider {position:relative; width:520px; height:400px; padding:0px; margin-bottom:29px !important;
}
#slider img {position:absolute; top:0px; left:0px; display:none;
}
#slider a { border:0; display:block;
}
.nivo-controlNav {position:absolute; bottom:20px; right:200px
}
.nivo-controlNav a {
display:block;
width:15px;
height:15px;
background:url(../images/bullets.png) no-repeat;
background-position:0 -15px;
text-indent:-9999px;
border:0;
margin-left:11px;
float:left;
}
.nivo-controlNav a.active {
background-position:0 0;
}
.nivo-directionNav a {
display:none;
text-indent:-9999px;
border:0;
}
a.nivo-nextNav, a.nivo-prevNav {
display:none !important;
}
/* About */
#about { padding-bottom:36px;
}
.page_img { padding:0 0 34px 0;
}
.left_img { float:left; padding:0 20px 5px 0;
}
h2 { padding:0px; margin:-5px 0 10px 0; font-size:30px; color:#FFFFFF; font-weight:normal; line-height:28px;
}
/* Services */
#services { padding-bottom:11px;
}
.menus_title { text-transform:uppercase; padding:7px 0 4px 0;
}
#services p { padding:0 0 4px 0; margin:0;
}
/* Contact */
#contact { padding-bottom:79px;
}
#contact .left { float:left; width:280px;
}
#contact .right { float:right; width:200px; padding-bottom:30px;
}
#contact p { padding:6px 0 20px 0; margin:0;
}
/* Other */
.content {
}
.content_in { padding:0 10px;
}
.clear {float:left; clear:both;
}
.wrap { width:520px; position:relative;
}
.footer {
/* [disabled]background:url(../images/footer_bg.png) repeat-x left top #FFFFFF; */
padding-bottom:500px
}
.copyright {
font-size:12px;
color:#FFFFFF;
width:520px;
padding:24px 0;
/*background:url(../images/copyriht_bg.gif) no-repeat center top #FFFFFF;*/
margin:0 auto;
text-align:center;
}
/*]]>*/
<a href="#home" class="nav_home nav active">Home
</a> <a href="#about" class="nav_about nav">Restaurant
</a>
<a href="#services" class="nav_services nav">Menus
</a> <a href="#contact" class="nav_contact nav">Contact
</a>
después visualizalo con Firefox e IE (8,9,7, el que sea, y decinos que ves
Saludos