#navContainer
{
height:211px;
width:99%;
}

#navContainerTop
{
width:770px;
height:151px;
background-image:url(../img/topHeader.jpg);
background-position:0px 0px;
background-repeat:no-repeat;
}

#navContainerNav
{
width:770px;
height:28px;
}

#navContainerNav a 
{ 
height:28px;
border:0px;
background-position: 0px 0;
float:left;
}

#navContainerNav a:hover 
{
background-position: 0 -28px;
}

#navContainerNav a:active 
{
background-position: 0 -28px;
}

#navContainerNav a.highlight
{
background-position: 0 -28px;
}

#navContainerBottom
{
width:770px;
height:32px;
background-image:url(../img/bottomHeader.jpg);
background-position:0px 0px;
background-repeat:no-repeat;
}

#navContainerBottom a 
{ 
height:32px;
border:0px;
background-position: 0px 0;
float:left;
}

#navContainerBottom a:hover 
{
background-position: 0 -32px;
}

#navContainerBottom a:active 
{
background-position: 0 -32px;
}

#navContainerBottom a.highlight 
{
background-position: 0 -32px;
}