@charset "utf-8";
#nav-container {
	margin-top: 3px;
	margin-left: 155px;
	padding-left: 20px;
	padding-right: 5px;
}

/* CSS Document */

.nav {
	width:100%;
}
ul.simple-toggle {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	text-align: right;
}
ul.simple-toggle li {
	display: inline-block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
ul.simple-toggle li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #0B326B;
}
ul.simple-toggle li a:hover {
	background-color: #D1D1D1;
}

.anchor-link {
	display: none;
	text-align: right;
	text-align: center;
	color: #fff;
	background-color: #07337E;
	text-decoration: none;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#mobile-nav {
	display:none;
	margin-top: 0px;
}

@media (max-width:48.000em){
	
	ul.simple-toggle { display: none; }
	.anchor-link, #mobile-nav { display: block; }

  ul.open { 
    background-color: #F4F4F4;
    box-shadow: 2px 2px 3px #444444;
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 7%;
    width: 70%;
    z-index: 500; 
	}
	ul.open li { display: block; list-style: none; text-align: center; }
	ul.open li a { display: block; padding: 20px 10px; border-bottom: 1px solid #ccc; text-decoration: none; }
	ul.open li a:hover { background-color: #07337E; color: #fff; }
	
}
