#navList{
float:left;
position: absolute;
top: 45px !important;
right:271px;
}
#navList:before{
content:"";
position:absolute;
top:0;
left:0;
width:10px;
height:10px;
border-left:1px solid #000;
border-top:1px solid #000;
}
#navList:after{
content:"";
position:absolute;
bottom:0;
right:0;
width:10px;
height:10px;
border-right:1px solid #000;
border-bottom:1px solid #000;
}
#navList li{
background:#e6d4d4;
}
#navList li:hover{
background:#fff;
}
.blogStats{
right: 15px;
top: 43px;
}