#dropmenu{
padding:0;
margin:0;
height:48px; overflow:hidden;
}

#dropmenu li{	
float:left; display:inline-block;height:48px;line-height:48px;font-size:0;background:url('../images/nav_line.gif') no-repeat 0 center;
}

#dropmenu li a{	
height:48px;line-height:48px;color:#fff;display:inline-block;font-size:14px;font-weight:bold;width:106px;text-align:center;
}

#dropmenu li a:hover{	
color:#fff; text-decoration:none;background:url('../images/nav_cur.gif') no-repeat center 0;
}
