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

#menu {
	height:40px;
}
.mainNav {
	display:block;
	font-family: 'HelveticaNeueLTCom35Thin';
	z-index:9;
	position:absolute;
	margin: -25px 90px ;
	padding:0;
}
.mainNav li {
	float:left;
	list-style:none;
}
.mainNav li a {
	font-size:18px;
	text-decoration:none;
	color:#FFF;
	text-shadow:#000 1px 1px 2px;
}
.subNav {
	width:80px;
	text-align:center;
}
.subNavLast {
	width:90px;
	text-align:center;
}
#menuBg {
	background-image: url(../image/homepage/menuLiBg.png);
	height: 40px;
	background-position: 10px 5px;
	background-repeat:no-repeat;
	z-index:8;
}
.conMenu {
	width: 700px;
	padding: 0 10px;
	height:60px;
}
.conMenu .subConMenu {
	font-family: arial;
	font-size: 11px;
	color: #CCC;
	line-height:95%;
	position:absolute;
	width:700px;
}
