I just can't set the height and width of a elements of my navigation.
#header div#snav div a{
    width:150px;
    height:77px;
}
#header div#snav div a:link{
    width:150px;
    height:77px;
}
#header div#snav div a:hover{
    height:77px;
    background:#eff1de;
}
Any ideas what I am doing wrong?