.selMenu {  
font-family: "細明體", "新細明體"; 
font-size: 9pt; 
font-style: normal; 
color: gray; 
background-color: white; 
filter: Alpha(Opacity=60);
onFocus="this.style.backgroundColor='ivory'"
}

.selbutton {  
font-family: "細明體", "新細明體"; 
font-size: 9pt; 
line-height:10pt; 
color: gray; 
background-color: white;
border-width:1px; 
border-style:solid; 
border-color:lightgrey; 
filter: Alpha(Opacity=80);
onMouseOver="this.style.color='dimgray';this.style.backgroundColor='ivory'" 
onMouseOut="this.style.color='gray';this.style.backgroundColor='white'"
}