body {
	padding-top:100px;
}

header {
    width: 100%; background: #005DAA; height: 90px; line-height: 90px; padding-top:30px; position: fixed; top:0; z-index: 999;
}

#main-nav {
    float: left; width: 100%; box-shadow: 0 2px 3px #d8d8d8; height: 60px; line-height: 60px; background: #FFF; color: #2BA6CB;
}

.navbar {
    border-radius: 0;
}
.navbar-default {
    background: #f8f8f8;
    border: none;
    height: 60px;
    border-bottom: 1px solid #eee;
}

.navbar-collapse {
    background: #f8f8f8;
    border: none;
}

.navigation {
    height: 60px; line-height: 60px; margin: 0; padding: 0;
}
.navigation li {
    height: 60px; line-height: 60px; position: relative; float: left; padding: 0px 10px;
}
    .navigation li ul {
        display: none; margin: 0; padding: 0;
    }
    .navigation li:hover ul {
        display: block; z-index: 9999; top: 60px; position: absolute; left: -15px; border: 1px solid #d8d8d8; background: #fff; width: 250px; padding: 10px 0;
    }
    .navigation li ul li {
        height: 30px; line-height: 30px; width: 250px;
    }

footer {
  width: 100%; background: #d8d8d8; height: 20px; position: fixed; bottom: 0;
}