#moduleMenu {
	background:e0e0e0e0;
	border-top:0px solid #e0e0e0e0;
	border-bottom:0px solid #e0e0e0e0;
	height:30px;
}
#moduleMenu span{
	float:left;
	margin-right:5px;
}

#featuredProducts {display:block;}
.moduleBox{background: url(../images/tab-head.jpg) no-repeat;width:120px;height:30px;padding-left:0px;position:relative;top:-30px;}
#moduleMenu-wrapper{
border:1px solid #e0e0e0e0;
width:100%;
margin:0 auto;
background:#fff;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
margin-top:45px;
}