#moduleMenu {
background: none;
border:0px solid #000;
border-bottom:0;
margin-top:10px;
}

#moduleMenu span{ 
 
float:left;
margin-right:5px;
}

#moduleMenu span a {
color:#fff;
display:block;
text-align:center;
padding-top:10px;
font-size:13px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-border-radius: 5px;
}

#moduleMenu span a:hover{
background:#e6e6e6;
color:#001647;
}

#offerNew {
display:block;
}

.moduleBox{
background: -webkit-gradient(linear, left top, left bottom, from(#023477), to(#001647));
background: -webkit-linear-gradient(#023477, #001647);
background:    -moz-linear-gradient(#023477, #001647);
background:      -o-linear-gradient(#023477, #001647);
background:         linear-gradient(#023477, #001647);
  /*  -moz-box-shadow: 1px 3px  5px -3px #000000 inset,
                     1px 8px 10px -8px rgba(0,0,0,0.4) inset;
         box-shadow: 1px 3px  5px -3px #000000 inset,
                     1px 8px 10px -8px rgba(0,0,0,0.4) inset;*/
text-shadow: 0 1px 1px rgba(59,59,59,0.2);     
width:223px;
height:30px;
padding-left:5px;
position:relative;
top:1px;
font-weight:bold;
}

#moduleMenu-wrapper{
width:100%;
margin:0 auto;
background:#fff;
margin-top:-105px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin-top:0px;

  }