.navigation {
	font-family: "Open Sans",sans-serif;
	font-size: 1.1em;
	color: #B2B2B2;
	padding-top: 100px;
}
.navigation ul li {
	list-style: none;
	padding-bottom: 5px;
}
.menu-item > a {
	text-decoration: none;
	color: #A0A0A0;
	transition: all 0.5s ease 0s;
	font-weight: 300;
}
.current_page_parent > a,
.menu-item > a:hover {
	color: #00385D;
	transition: all 0.5s ease 0s;
}
.current-post-ancestor > a,
.current-menu-item > a {
	color: #00385D;
	transition: all 0.5s ease 0s;
}
.sub-menu {
	font-size: .8em;
	margin-top: 10px;
	padding-right: 10px;
	border-right: 1px solid #A0A0A0;
}
.sub-menu {display: none;}
.current-menu-item .sub-menu,
.current-post-ancestor .sub-menu,
.current_page_item .sub-menu, .current_page_parent .sub-menu {display: block;}

