div.dropdown {
	position: absolute;
	top: 0;
	right: 438px;
	width: 160px;
	height: 25px;
	font-size: 13px;
	text-align: left;
	background: #025c90;
	border-top: #F8F8F8 1px solid;
}
a.account {
	position: absolute;
	display: block;
	top: 6px;
	left: 10px;
	width: 136px;
	height: 25px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: white;
	cursor: pointer;
	z-index: 110;
}
a.account:hover {
	text-decoration: none !important;
}
a.account span {
	margin-left: 10px;
}
div.submenu {
	position: absolute;
	top: 0;
	left: 0;
	padding: 32px 0 6px;
	width: 160px;
	display: none;
	background: #025c90;
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.45);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.45);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='rgba(0, 0, 0, 0.45)')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
	z-index: 100;
}
.dropdown li a {
	padding: 6px 14px;
	color: white;
	cursor: pointer;
	transition: background 0.5s ease;
}
.dropdown li a:hover {
	color: white;
	background: #0D457A;
	text-decoration: none !important;
}
ul.root {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.root li {
	margin: 0;
	padding: 0;
}