h1
{color:#666666; font-size:20px;}

body
{background-color:#EFEFEF}


#navcontainer
{
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
border-top: 1px solid #999;
z-index: 1;
}

#navcontainer ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navcontainer li a
{
padding: 1px 7px;
color: #666;
background-color: #fff;
border: 1px solid #ccc;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

#navcontainer li a#current
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

<style type="text/css">
a:link,a:visited
{
display:block;
font-weight:bold;
color:#FFFFFF;
background-color:#98bf21;
width:120px;
text-align:center;
padding:4px;
text-decoration:none;
}
a:hover,a:active
{
background-color:#7A991A;
}

#navcontainertwo ul
{
list-style-type: none;
text-align: center;
}

#navcontainertwo ul li a
{
background: transparent url(images/list-off.gif) left center no-repeat;
width:auto;
text-align: center;
font: normal 25x "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration:none;
color: #999;
font-size:25px
}

#navcontainertwo ul li a:hover
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: black;
}

#navcontainertwo ul li a#
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: #666;
}


  
