

#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 940px;
	height: 240px;
	margin-left: 75px;
	position: relative;
	background-image: url(../landing/images/default.png) no-repeat;

}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
	z-index: 50;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .social {
	
	width: 109px;
	height: 159px;
	background: url(../gfx/entry/social_off.png) no-repeat;
	left: 96px;
	top: 73px;

}
#menu .social span {
	
	width: 727px;
	height: 469px;
	background: url(../gfx/entry/social_on.png) no-repeat;
	left: -18px;
	top: 113px;

}
#menu .commercial {
	
	width: 109px;
	height: 159px;
	background: url(../gfx/entry/commercial_off.png) no-repeat;
	left: 270px;
	top: 73px;

}
#menu .commercial span {

	width: 727px;
	height: 469px;
	background: url(../gfx/entry/commercial_on.png) no-repeat;
	left: -190px;
	top: 109px;
}
#menu .brand {
	
	width: 109px;
	height: 159px;
	background: url(../gfx/entry/brand_off.png) no-repeat;
	left: 430px;
	top: 73px;

}
#menu .brand span {

	width: 727px;
	height: 469px;
	background: url(../gfx/entry/brand_on.png) no-repeat;
	left: -350px;
	top: 113px;
}
#menu .workshops {
	
	width: 109px;
	height: 159px;
	background: url(../gfx/entry/workshops_off.png) no-repeat;
	left: 608px;
	top: 73px;

}
#menu .workshops span {

	width: 727px;
	height: 469px;
	background: url(../gfx/entry/workshops_on.png) no-repeat;
	left: -530px;
	top: 113px;
}
#accordion {
	width: 300px;
	margin: 10px auto; }
#accordion div {
	float: left;
	width:25%;
	height: 240px;
	overflow: hidden;}
#accordion:hover div, #accordion.hover div {
	width: 20px; }
#accordion:hover div:hover, #accordion.hover div.hover {
	width: 240px;
	overflow: auto; }

#spring {
	background-color: #CCFF99; }
#summer {
	background-color:#FF6633; }
#autumn {
	background-color: #FFCC00; }
#winter {
	background-color:#99FFFF; }
h1 {
	font-size: 150%;
	margin: 10px 10px .2em 25px; }
p {
	margin: 1em 25px; }