#headerbar {
width: 906px;
margin: 20px auto 10px auto;
}

#headerbar ul, #headerbar li{
list-style: none outside none;
margin: 0px;
padding: 0px;
text-align: center;
text-indent:-9999px;
}
#headerbar li{
float:left;
}
#headerbar a{
outline: none;
}
a.navHome {
background: url(images/0_home.png);
width: 204px;
height: 99px;
display: block;
}
a.navNews {
background: url(images/1_news.png);
width: 89px;
height: 99px;
display: block;
}
a.navVideo {
background: url(images/2_video.png);
width: 88px;
height: 99px;
display: block;
}
a.navDinoDaily {
background: url(images/3_dinodaily.png);
width: 122px;
height: 99px;
display: block;
}
a.navMembership {
background: url(images/4_membership.png);
width: 136px;
height: 99px;
display: block;
}
a.navFearlessFive {
background: url(images/5_healthyeating.png);
width: 148px;
height: 99px;
display: block;
}
a.navHelp {
background: url(images/6_help.png);
width: 115px;
height: 99px;
display: block;
}
a.navFearFive {
background: url(images/5_fearlessfive.png);
width: 122px;
height: 99px;
display: block;
}

a.navHome:hover {
background-position: -204px 0;
}
a.navNews:hover {
background-position: -89px 0;
}
a.navVideo:hover {
background-position: -88px 0;
}
a.navDinoDaily:hover {
background-position: -122px 0;
}
a.navMembership:hover {
background-position: -136px 0;
}
a.navFearlessFive:hover {
background-position: -148px 0;
}
a.navHelp:hover {
background-position: -115px 0;
}
