شما این قسمت :
کد:
/* MENU MODULES STYLING
--------------------------------------------------------- */
table.moduletable {
  width: 152px;
  background: transparent url(../images/module_middle.jpg) left repeat-y;
  margin-bottom: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	width: 150px;
}
table.moduletable th, div.moduletable h3 {
	width: 152px;
  background: transparent url(../images/module_top.jpg) top left no-repeat;
	color: #2062aa;
	text-align: center;
	padding-left: 4px;
	padding-bottom:0px;
	padding-top:0px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 10px 20px 2px 0;
}
table.moduletable td {
  width: 152px;
  background: transparent url(../images/module_bottom.jpg) bottom left no-repeat;
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #00006a;
	text-align:center;
}
رو با این قسمت :
کد:
/* MENU MODULES STYLING
--------------------------------------------------------- */
table.moduletable {
  width: 152px;
  background: url(../images/module_bottom.jpg) bottom left no-repeat;
  margin-bottom: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	width: 150px;
}
table.moduletable th, div.moduletable h3 {
	width: 152px;
	background: transparent url(../images/module_top.jpg) top left no-repeat;
	color: #2062aa;
	text-align: center;
	padding-left: 4px;
	padding-bottom:0px;
	padding-top:0px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 10px 20px 2px 0;
	
}
table.moduletable tbody {
	  background: transparent url(../images/module_middle.jpg) left repeat-y;
}
table.moduletable td {
  width: 152px;
 
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #00006a;
	text-align:center;
}
عو.ض کنید. مشکلتون حل میشه.