#menuContainer {
	position: relative;
	height: 36px;
	background: rgb(238, 240, 241);
}

#menu {
	position: relative;
	width: 967px;
	height: 36px;
	background: inherit;
	margin-left: auto;
	margin-right: auto;
}

#menu ul {
	position: absolute;
	top: 0px;
	left: 136px;
	list-style: none;
	padding: 0px;
}

#menu li.menup1 {
	float: left;
	width: 126px;
	height: 36px;
	background-repeat: no-repeat;
	cursor: default;
}

#menu li.menup2 {
	float: left;
	width: 158px;
	height: 36px;
	background-repeat: no-repeat;
	cursor: default;
}

#menu li.menup3 {
	float: left;
	width: 129px;
	height: 36px;
	background-repeat: no-repeat;
	cursor: default;
}

#menu li.menup4 {
	float: left;
	width: 157px;
	height: 36px;
	background-repeat: no-repeat;
	cursor: default;
}

#menu li.menup5 {
	float: left;
	width: 175px;
	height: 36px;
	background-repeat: no-repeat;
	cursor: default;
}

#menu li.menup6 {
	float: left;
	width: 126px;
	height: 36px;
	background-repeat: no-repeat;
	cursor: default;
}

#menup1 {
	width: 126px;
	height: 36px;
	background-repeat: no-repeat;
	display: none;
	cursor: pointer;
}

#menup2 {
	width: 158px;
	height: 36px;
	background-repeat: no-repeat;
	display: none;
	cursor: pointer;
}

#menup3 {
	width: 129px;
	height: 36px;
	background-repeat: no-repeat;
	display: none;
	cursor: pointer;
}

#menup4 {
	width: 157px;
	height: 36px;
	background-repeat: no-repeat;
	display: none;
	cursor: pointer;
}

#menup5 {
	width: 175px;
	height: 36px;
	background-repeat: no-repeat;
	display: none;
	cursor: pointer;
}

#menup6 {
	width: 126px;
	height: 36px;
	background-repeat: no-repeat;
	display: none;
	cursor: pointer;
}

#menu span {
	display: none;
}

#menu div.active {
	display: block;
	cursor: pointer;
}