#menu{
	float: left;
	width: 700px;
	font-size: 13px;
	padding-left: 30px;
	
}





.lavaLamp {
	POSITION: relative;
	FLOAT: left;
	width: 700px;
	margin: 0px;
	padding: 0px;
	height: 70px;

}
.lavaLamp UL {
	margin: 0px;
	padding: 0px;

}
.lavaLamp LI {
	TEXT-ALIGN: center;
	LINE-HEIGHT: 34px;
	LIST-STYLE-TYPE: none;
	FLOAT: left;
	margin: 0px;
	width: auto;
	padding: 0px;
}
.lavaLamp LI.back {
	Z-INDEX: 1;
	POSITION: absolute;
	WIDTH: 140px;
	HEIGHT: 70px;
	background-image: url(../../images/menu-current.png);
	behavior: url(js/iepngfix.htc);
	background-repeat: no-repeat;
	background-position: left top;
	color: #CCCCCC;
}

.lavaLamp LI A {
	Z-INDEX: 2;
	POSITION: relative;
	DISPLAY: block;
	COLOR: #333333;
	TEXT-DECORATION: none;
	padding-top: 30px;
	letter-spacing: 1px;
	text-align: center;
	font-size: 13px;
	float: left;
	width: 115px;
	height: 40px;
	line-height: 1.2;
}

.lavaLamp LI a:visited{
	Z-INDEX: 2;
	POSITION: relative;
	DISPLAY: block;
	TEXT-DECORATION: none;
}

.lavaLamp LI A:hover {
	COLOR: #000000;
	text-decoration: none;
}



.lavaLamp LI.current-cat A {

}

.lavaLamp LI A.current {
	background-image: url(../../images/menu-current2.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
}
.font-8{
	font-size: 8px;
	-webkit-transform: scale(0.8);
	display:inline-block;
	line-height: 1.5;
}
