.drop_menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-top: 60px;
	float: right;
}
.drop_menu li {
	float: left;
	border-right: 1px solid #fff
}
.drop_menu li a {
	padding: 0px 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	ont-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 1vw;
	text-transform: uppercase
}
.drop_menu li.last {
	border-right: none
}
.menu_simple ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}
.menu_simple ul li {
	text-decoration: none;
	color: #353535;
	display: block;
	height: 20px;
	padding-top: 5px;
	background-position: left;
	background-repeat: no-repeat;
	font-size: 1vw;
	font-family: 'Roboto', sans-serif;
}

.menu_simple1 ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}
.menu_simple1 ul li {
	text-decoration: none;
	color: #353535;
	display: block;
	height: 40px;
	padding-top: 5px;
	background-position: left;
	background-repeat: no-repeat;
	font-size: 1vw;
	font-family: 'Roboto', sans-serif; background-image: url(../img/check-circle.png); background-position:left; background-repeat:no-repeat; padding-left:45px; line-height:40px
}