#header{height:150px;}
#blogTitle{top:20px;height:40px;}
#navigator{top:50px;left:0px;height:60px;}
.blogStats{float:left;margin-top:10px;margin-left:150px;display:none;}
#navList li { float: left; height: 50px; line-height: 50px; transition: all 0.5s ease 0s;
    width: 12%;}
#navList li{background-color: #d1d4f0;  border-radius: 0 0 0 50px;}
#navList li:hover { height: 50px;
    margin-top: 0;width: 20%;
}
#navList a {
    color: #1d143d;
    display: block;
    font-size: 1.7em;
    height: 100%;
    text-align: center;
    width: 100%;
}