/* noFlash alternative */
#pageTop {
	font-size: 11px !important; line-height: 1.4em !important;
	background: url("img/menu.bg.jpg") top left no-repeat;
}

#logoHolder {
	font-size: 0; line-height: 0;
	padding-top: 38px;
	text-align: center;
}

#menuHolder {
	padding-left: 26px;
	padding-top: 35px;
}

#menuHolder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

#menuHolder li {
	display: inline;
	margin: 0 1px 0 0;
	padding: 0;	
	position: relative;
	width: 176px;
	height: 79px;
	z-index: 50;
	font-size: 0; line-height: 0;
}

html>body #menuHolder li {
	display: block;
	float: left;
}

#menuWho, #menuWhat, #menuHow, #menuNow {
	display: block;
	width: 176px;
	height: 79px;
}

#subMenuWho, #subMenuWhat, #subMenuHow, #subMenuNow {
	display: none;
	width: 176px;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 100;
}

html>body #subMenuWho, html>body #subMenuWhat, html>body #subMenuHow, html>body #subMenuNow {
	bottom: 1px;
}

#subMenuWho {
	height: 59px;
}

#subMenuWhat {
	height: 99px;	
}

#subMenuHow {
	/* TEMP : no brainstorming...
	height: 79px; */
	height: 59px;
}

#subMenuNow {
	/* TEMP : no brainstorming...
	height: 39px;	*/
	height: 19px;
}

#subMenuWho div, #subMenuWhat div, #subMenuHow div, #subMenuNow div {
	width: 176px;
	height: 20px;
	font-size: 0; line-height: 0;
}

.overTheTop {
	position: relative;
	left: -1px;
	border-left: solid 1px #BCBEC0;
	border-right: solid 1px #BCBEC0;
}

