@charset "UTF-8";

nav #menu {
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00489e+0,009edd+100 */
background: #00489e; /* Old browsers */
background: -moz-linear-gradient(top,  #00489e 0%, #009edd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #00489e 0%,#009edd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #00489e 0%,#009edd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00489e', endColorstr='#009edd',GradientType=0 ); /* IE6-9 */
}
nav #menu ul {
 padding: 26px 0;
}
nav #menu li {
	margin: 0 0 0 0;
}
nav #menu a {
	display: block;
	height: 47px;
	outline: none;
 margin-bottom: 1px;
}
nav #menu a img {
 width: 100%;
 height: auto;
}


