
/* Menu Postion */
ul.dropdown {
	position: absolute;
	left: 316px;
	top: 5px;
	z-index: 597;
	float: left;
}

.above-picture-menu {
	background: url(../images/above-picture-menu.png) no-repeat;
	width: 480px;
	height: 67px;
	position: absolute;
	top: 130px;
	z-index: 1;
}

.above-picture-menu .welcome {
	background: url(../images/menu/welcome.png) no-repeat;
	width: 160px;
	height: 110px;
	position: absolute;
	top: -21px;
	left: -4px;
}

.above-picture-menu .infants {
	background: url(../images/menu/infants.png) no-repeat;
	width: 160px;
	height: 110px;
	position: absolute;
	top: -21px;
	left: 160px;
}

.above-picture-menu .infants:hover {
	background-position: -160px;
}

.above-picture-menu .crawlers {
	background: url(../images/menu/crawlers.png) no-repeat;
	width: 161px;
	height: 110px;
	position: absolute;
	top: -21px;
	left: 324px;
}

.above-picture-menu .crawlers:hover {
	background-position: -161px;
}

.picture-slideshow {
	background: url(../images/slideshow.png) no-repeat;
	width: 480px;
	height: 334px;
	position: absolute;
	top: 230px;
	left: 0px;
}

.picture-overlay {
	background: url(../images/picture-overlay.png) no-repeat;
	width: 480px;
	height: 334px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

.picture-image {
	left: -6px;
	position: absolute;
	top: -5px;
}

.picture-image div {
	display: none;
	position: absolute;
}

.below-picture-menu {
	background: url(../images/below-picture-menu.png) no-repeat;
	width: 480px;
	height: 67px;
	position: absolute;
	top: 595px;
	z-index: 1;
}

.below-picture-menu .two-year {
	background: url(../images/menu/2-year.png) no-repeat;
	width: 160px;
	height: 110px;
	position: absolute;
	top: -21px;
	left: -4px;
}

.below-picture-menu .two-year:hover {
	background-position: -160px;
}

.below-picture-menu .three-year {
	background: url(../images/menu/3-year.png) no-repeat;
	width: 160px;
	height: 110px;
	position: absolute;
	top: -21px;
	left: 160px;
}

.below-picture-menu .three-year:hover {
	background-position: -160px;
}

.below-picture-menu .four-year {
	background: url(../images/menu/4-year.png) no-repeat;
	width: 161px;
	height: 110px;
	position: absolute;
	top: -21px;
	left: 324px;
}

.below-picture-menu .four-year:hover {
	background-position: -161px;
}

.preschool-logo {
	background: url(../images/preschool-logo.png) no-repeat;
	width: 462px;
	height: 577px;
	position: absolute;
	top: 105px;
	left: 465px;
}

.preschool-content {
	position: absolute;
	left: 500px;
	top: 235px;
	width: 395px;
	height: 370px;
	display: none;
}

.preschool-content ul {
	list-style-image: url(../images/bullet.png);
	list-style-type: none;
	list-style-position: outside;
}

.text-bar {
	background: url(../images/text-bar.png) no-repeat;
	position: absolute;
	width: 402px;
	height: 4px;
	top: 25px;
}

.preschool-content .text {
	font-size: 13.9px;
	line-height: 19.5px;
	color: #4a3418;
	position: absolute;
	top: 45px;
}

.preschool-content .text strong {
	font-size: 13.9px;
	font-weight: bold;
	line-height: 19.5px;
	color: #4a3418;
}

.welcome-text {
	position: absolute;
	width: 402px;
}

.welcome-text .title {
	background: url(../images/welcome.png) no-repeat;
	width: 116px;
	height: 18px;
}

.infants-text {
	position: absolute;
	width: 402px;
}

.infants-text .title {
	background: url(../images/infants.png) no-repeat;
	width: 173px;
	height: 18px;
}

.crawlers-text {
	position: absolute;
	width: 402px;
}

.crawlers-text .title {
	background: url(../images/crawlers.png) no-repeat;
	width: 193px;
	height: 18px;
}

.two-year-text {
	position: absolute;
	width: 402px;
}

.two-year-text .title {
	background: url(../images/two-year.png) no-repeat;
	width: 234px;
	height: 18px;
}

.three-year-text {
	position: absolute;
	width: 402px;
}

.three-year-text .title {
	background: url(../images/three-year.png) no-repeat;
	width: 233px;
	height: 18px;
}

.four-year-text {
	position: absolute;
	width: 402px;
}

.four-year-text .title {
	background: url(../images/four-year.png) no-repeat;
	width: 234px;
	height: 18px;
}

.bottom {
	top: 725px;
	left: 5px;
}

