/*上方選單文字*/

.text12{
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	background-position: top;

} 
.text12  a{
	font-size: 12px;
	color: #666666;
	text-decoration: none;

}

.text12 a:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}


.text12_w{
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
} 

.text12_w  a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;

}

.text12_w  a:hover {
	font-size: 12px;
	color: #CCFF99;
	text-decoration: none;
}





/*右邊button*/

.right_btn {
	color:#666666;
	cursor:hand;
	padding: 0px;
	border: 1px solid #666666;

}
