#menu {
	width: 353px;
	background-image: url(../../images/steps/menu_background.gif);
	background-position: center top;
	background-repeat: repeat-y;
}

#menuDivider {
	height: 100%;
	width: 20px;
	border-left: 1px solid #99A28F;
	border-right: 1px solid #99A28F;
	background-image: url(../../images/steps/logo_only.gif);
	background-position: -20px top;
	text-align: center;
	cursor: pointer;
}

#menuButton {
	width: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}

#menuExplode-Collapse {
	text-align: center;
	background-color: #E9ECF1;
	margin-top: 10px;
}
#menuExplode-Collapse:after {
	visibility: hidden;
	font-size: 24px;
	content: ".";
	letter-spacing: -1em;
}
#menuContent {
	margin: 10px;
}