@charset "utf-8";
/* CSS Document */

#menu2 {
	width:485px;
	height:50px;
	background-image: url(menu_bg2.png);
	position:absolute;
	z-index:1;
	left: 62px;
	top: 66px;
}
#top_but2 {
	width:485px;
	height:50px;
	float:left;
}/*外層框*/
#top_but2 ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}/*UL設定不要有列表項目符號，並且不要有間距*/
#top_but2 li {
	float:left;
}/*可橫向排列，直立式按鈕及不需要float標籤*/
#top_but2 li a {
	height:50px;
	width:97px;
	display:block;
	text-indent:-3000px;
	font-size:1px;
}/*li內容有做連結時的設定，設定與圖片長寬相同並隱藏文字*/
#top_but2 li.top_but07 a {
	background-image: url(index_menu_07.png);
}/*按鈕1第一章圖*/
#top_but2 li.top_but07 a:hover {
	background-image: url();
}/*按鈕1第二張圖*/
#top_but2 li.top_but08 a {
	background-image: url(index_menu_08.png);
}/*按鈕2第一章圖*/
#top_but2 li.top_but08 a:hover {
	background-image: url();
}/*按鈕2第二張圖*/
#top_but2 li.top_but09 a {
	background-image: url(index_menu_09.png);
}/*按鈕3第一章圖*/
#top_but2 li.top_but09 a:hover {
	background-image: url();
}/*按鈕3第二張圖*/
#top_but2 li.top_but10 a {
	background-image: url(index_menu_10.png);
}/*按鈕4第一章圖*/
#top_but2 li.top_but10 a:hover {
	background-image: url();
}/*按鈕4第二張圖*/
#top_but2 li.top_but11 a {
	background-image: url(index_menu_11.png);
}/*按鈕4第一章圖*/
#top_but2 li.top_but11 a:hover {
	background-image: url();
}/*按鈕4第二張圖*/

