﻿/* 網頁共用元件 -頂端線 樣式表  */
/* gct-top-menu.css */
/* 適用於 1280x768 解析度 */
/* 適用於 IE7 , IE8 ,IE9 ,Firefox 3.6.8 */
/* writer:www.kmgroup.com.tw */
/* updated: 2014/02/19 */

/* 上選單- 區塊   */
.top_menu_inner {
	/* 版面控制 */	
	float: none; /* 畫面置中 */
	width: 1000px; 		
	height: 51px;	
	margin-top: 0px;	
	margin-left: auto;  /* 版面超過最大寬度, 會置中顯示 */
	margin-right: auto; /* 版面超過最大寬度, 會置中顯示 */
	/* 內容控制 */	
	border-top: 1px solid #E0E0E0; /* 框線 */	
	border-left: 3px solid #E0E0E0; /* 框線 */
	border-right: 1px solid #E0E0E0; /* 框線 */	
	border-bottom: 3px solid #E0E0E0; /* 框線 */	
	/* 顏色控制 */	
	background-image: url(../images/top-menu-bg.jpg);
	background-repeat: repeat-x; 	
	}	
	
/* 上選單- 區塊- 外框   */
.top_menu_frame {
	/* 版面控制 */	
	float: left; /* 畫面置左 */
	width: 133px; 		
	height: 51px;	/* 同top_menu_inner的width */
	/* 文字控制 */
	font: .9em "微軟正黑體",Arial,sans-serif; color:#000000; font-weight:normal; /* 設定字體大小12px,中英文字型 */	
	}	
	
/* 上選單- 區塊- 外框   */
.top_menu_item {
	/* 版面控制 */	
	float: none; /* 畫面置左 */
	width: 130px; 		
	height: 28px;	/* 同top_menu_inner的width */
	margin-top: 7px;  /* 文字垂直置中 */
	padding-top: 9px; /* 文字垂直置中 */	
	/* 內容控制 */	
	border-right: 1px solid #E0E0E0; /* 框線 */
	/* 文字控制 */
	text-align: center; /* 文字水平置中 */ 
	}		
	
/* 上選單- 區塊- 外框   */
.logo_item {
	/* 版面控制 */	
	z-index: 99;
	position: relative;
	float: left; /* 畫面置左 */
	width: 230px; 		
	height: 80px;	/* 同top_menu_inner的width */
	margin: -6px 0px 0px 40px;
	padding: 1px 0px 0px 0px;
	}	
	
/* 上選單- 區塊- 連結效果 (未連結/已連結過/滑鼠移至/選擇的連結)  */	
a:link {
	color: #000000;
	text-decoration: none;
  }	
a:visited {
	color: #000000; 
	text-decoration: underline;
  }	  
a:hover {
   color: #FFFFFF; 
   text-decoration: none;
   font-size: 120%;
   background-color :#00A2E8;
  }		
a:active {
   color: #000000; 
   text-decoration: underline;
   font-size: 120%;
  }		  