#menu dd {
position: absolute;
z-index: 100;
left:233px;
width: 210px;
margin-top:-20px;
background: url(../img/bg_sub.png);
overflow:hidden;
}

#menu ul.h {
/*background:#dde1fc; */
}
#menu ul.h a {
line-height:18px;
width:210px;
}

#menu ul.d {
/*background:#c7cbe8;   */
}
#menu ul.d a {
line-height:18px;
width:210px;
}

#menu a:hover {
background:#fff;
}

#menu li:hover {
background:#fff;
}