@charset "utf-8";
#logo{
	width: 250px;
	position: absolute;
	z-index: 52;
}
.logo{
	width: 250px;
}


.lavaLamp {
	POSITION: relative;
	FLOAT: left;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	font-family: "微軟正黑體";
	font-weight: bold;
}
.lavaLamp UL {
	margin: 0px;
	padding: 0px;

}
.lavaLamp LI {
	TEXT-ALIGN: center;
	LINE-HEIGHT: 34px;
	LIST-STYLE-TYPE: none;
	FLOAT: left;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
.lavaLamp LI.back {
	Z-INDEX: 1;
	POSITION: absolute;
	WIDTH: 145px;
	HEIGHT: 100px;
	background-image: url(../../images/menu-current.png);
		behavior: url(js/iepngfix.htc);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.lavaLamp LI A {
	Z-INDEX: 2;
	POSITION: relative;
	DISPLAY: block;
	HEIGHT: 50px;
	COLOR: #CCC;
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
	padding-top: 50px;
	text-align: center;
	letter-spacing: 2px;
	width: 120px;
	font-weight: bold;
}
.lavaLamp LI a:visited{
	Z-INDEX: 2;
	POSITION: relative;
	DISPLAY: block;
	COLOR: #999999;
	FONT-SIZE: 13px;
	TEXT-DECORATION: none;
	font-weight: bold;
	text-align: center;
}
.lavaLamp LI A:hover {
	
	COLOR: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.lavaLamp LI.current-cat A {
	color: #FFFFFF;
	font-weight: bold;
}
.lavaLamp LI A.current {
	background-image: url(../../images/menu-current.png);
	color: #F60;
}
