/* active樣式是給目前所選取頁籤用的 */
.indexnews_active
{
    border-bottom: none;
    width: 122px;
    height: 20px;
    cursor: pointer;
    text-decoration: none;
    font-size: 9pt;
    border-bottom: 1px solid #ffb400; /*background-color:#ff9600;*/
    background: url("/images2010/index/menu01_over.gif") no-repeat left top;

}
/* inactive樣式是給未選取頁籤用的 */
.indexnews_inactive {
	border: none;	
	width:	122px;
	height:20px;
	cursor:pointer;
	font-size: 9pt;	
	border-bottom: 1px solid #ffb400;
	/*background-color:#ffcc33 ;*/
	background:url("/images2010/index/menu01.gif") no-repeat left top;

}
/* layer樣式是給DIV用的 */
.indexnews_layer
{
    border: 0px solid #FFFFFF;
    margin:auto ; 
    width: 495px;
    height: 125px;
    font-size: 9pt;
    background-color:#FFFFFF;
}
.indexnews_null 
{
    border-bottom:#ffb400 1px solid;
}
