
.nav__menu-item {
	display: inline-block;
	position: relative;
	background: transparent;
	font-family: B;
	font-size: 13px;
	letter-spacing: 2px;
	color: #fff;
	margin-right: 25px;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.nav__menu-item:hover {
	background-color: transparent;
	color: #B3B3B3;
	}

.nav__menu-item:hover .nav__submenu {
	display: block;
	}

.nav__submenu {
	font-family: B;
	cursor: pointer;
	padding: 27px 0 10px 20px;
	text-align: left;
	width: 120px;
	text-transform: uppercase;
	display: none;
	position: absolute;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

.nav__submenu-item {
	color: #fff;
	background: #00226f;
	padding: 15px 0 15px 20px;
	line-height: 30px;
	width: 200px;
	margin-left: -20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.nav__submenu-item:hover {
	color: #fff;
	}





