.menuButton {
	cursor:pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/svg/dropdown-button999.svg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #666;
	text-decoration: none;
	font-size: 14px;
	width: 24px;
	height: 22px;
	background-position: 0px 0px;
	margin-left: 12px;
}
.menuButton:hover, .menuButton:focus {
	background-repeat: no-repeat;
	color:#069;
	outline:0;
	background-image: url(images/svg/dropdown-button069.svg);	
}
.menuList {
	height: 0px;
	position: fixed;
	overflow: hidden;
	/*
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	*/
	z-index: 9999;
	-webkit-transition: height 0.3s ease-in;
	-moz-transition: height 0.3s ease-in;
	-o-transition: height 0.3s ease-in;
	-ms-transition: height 0.3s ease-in;
	transition: height 0.3s;
	top: 42px;
	width: 366px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	color: #069;
	background-image: url(images/menuList-background%20410x480.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -7px;
}
.menuList li {
	padding-left: 16px;

}
.menuList li ul{




}

.menuList a {
	color: #069;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	line-height: 30px;
}

.menuList a:hover {
	background-color: #ddd;
	color: #069;
}

.show {
	height: 370px;






}
