#articleNav a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 0px solid black;
padding: 10px 0;
text-decoration: none;
font-weight: none;
text-indent: 5px;
}

#articleNav a:hover{ /*hover background color*/
background-color: #F5F5F5;
color: #666666 ;
}
}
