/* active樣式是給目前所選取頁籤用的 */
.indexS_active
{
    cursor: pointer;
    text-decoration: none;
    font-size: 9pt;
    text-align: center;
    background: url( "/images2010/search_btn_over_16.jpg" ) no-repeat center top;
    width: 69px;
    height: 22px;
    border-right: #a5a5a5 1px solid;
    color: #ffffff;
}
/* inactive樣式是給未選取頁籤用的 */
.indexS_inactive {
	cursor:pointer;
	font-size: 9pt;	
	text-align: center;
	color: #696969;
	/*background-color:#ffcc33 ;*/
	width: 69px;
    height: 22px;
	background-image: none;
	border-right: #a5a5a5 1px solid;

}

.indexS_active A
{
    color: #ffffff;
}

.indexS_active A:hover
{
    color: #ffffff;
}