html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-color: #F9F9F9;
	font: 18px;
	font-family: 'Roboto', sans-serif;
}

.menu-selected {
	border-top: 5px solid #2458AD;
}
.menu-selected a {
	color: #2458AD !important;
}

.menu-selected-wrap {
	position: relative;
}
.menu-selected-item {
	border-left: 5px solid #2458AD;
	height: 100%;
	left: 0;
	position: absolute;
	width: 5px;
}