[CODE]<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>菜单样式</title>
<style>
.box{
border: 1px;
border-style: none;
bordercolor: #CCCCCC;
width:102px;
height:19px;
clip:rect(0px,181px,18px,0px);
overflow:hidden;
}
.box2{
border: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: dashed;
border-left-style: none;
bordercolor: #CCCCCC;
width:100px;
height:17px;
clip:rect(0px,179px,16px,0px);
overflow:hidden;
}
select{
position:relative;
left:-2px;
top:-2px;
font-size:12px;
width:103px;
line-height:14px;
border:0px;
color:#909993;
}
</style>
</head>
<body>
<div class=box>
<div class=box2>
<select>
<option selected>菜单样式</option>
<option value="">菜单样式</option>
<option value="">菜单样式</option>
<option value="">菜单样式</option>
</select></div></div>
</body>
</html>[/CODE]