
.pull-down-inner {
	max-width:640px;
	margin:0 auto;
	position: relative;
	top:-8px;
	padding:0px 0 0 8px;
	box-sizing: border-box;
	background-color:#06f;
	
}

.pull-down-inner h1 {
	color:#fff;
	font-size:120%;
	font-weight:bold;
	display: block;
	line-height:35px;
}

.menu-icon {
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	right: 15px;
	cursor: pointer;
}

.menu-icon.current {
	opacity: 0.3;
}

.pull-down-list li a {
	display: block;
	width: 100%;
	position: relative;
	padding: 15px;
	box-sizing: border-box;
	text-decoration: none;
	color: #06C;
	font-weight:bold;
}

.pull-down-list li a:after {
	font-family: 'FontAwesome';
	content: "\f054";
	color: #212121;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -0.5em;
}

.pull-down-list li:nth-child(odd) {
	background: #FFF;
}
.pull-down-list li:nth-child(even) {
	background: ;
}
