#navcontainer
{
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 10px;
background: #660000;
}

#navlist li
{
display: inline;
padding-bottom: 14px;
padding-left: 20px;
background-repeat: no-repeat;
}

#navlist a
{
padding-left: 20px;
padding-bottom: 14px;
font-weight: 900;
font-family: verdana,sans-serif;
font-size: 12px;
text-transform: uppercase;
text-decoration: none;
}

#navlist a:link, #navlist a:visited
{
padding-left: 20px;
color: white;
background: url(http://thesunshinecoaster.com/assets/graphics/aniarrow.gif);
background-position: 0 -28px;
background-repeat: no-repeat;}

#navlist a:hover
{
color: #FF6600;
padding-left: 20px;
background: url(http://thesunshinecoaster.com/assets/graphics/aniarrow.gif);
background-repeat: no-repeat;
background-position: 0 -14px;} 
