<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
#navigationb {
text-align: center;
line-height:normal;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

* html #navigationb{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#navigationb ul{
list-style-type: none;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

#navigationb li{
font-size: 13px;
font-family: arial;
font-weight:bold;
display:inline;
}

#navigationb a {
float:left;
background:url(defaultbutton.png) no-repeat left top;
margin:0;
width:120px;
/*height:80px;*/
text-align: center;
padding-top: 57px;
padding-bottom: 6px;
/*padding:0 10px 0 10px;*/
text-decoration:none;
color:#CCCCCC;
font-weight:bold;
border-style: solid none;
border-color: #FFFFFF;
border-width: 1px;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigationb a span {float:none;}
/* End IE5-Mac hack */


#navigationb #current a {
background-position:0 -125px;
}

#navigationb #home a {
background:url(home.png) no-repeat left top;
border-style: solid none solid solid;
}

#navigationb #home a:hover {
background-position:0% -80px;
color: white;
}

#navigationb #youth a {
background:url(youth.png) no-repeat left top;
}

#navigationb #youth a:hover {
background-position:0% -80px;
color: white;
}

#navigationb #photo a {
background:url(photo.png) no-repeat left top;
}

#navigationb #photo a:hover {
background-position:0% -80px;
color: white;
}

#navigationb #forum a {
background:url(forum.png) no-repeat left top;
}

#navigationb #forum a:hover {
background-position:0% -80px;
color: white;
}

#navigationb #files a {
background:url(files.png) no-repeat left top;
border-style: solid solid solid none;
padding-right: 0px;
}

#navigationb #files a:hover {
background-position:0% -80px;
color: white;
}

#navigationb #firstandcurrent a {
background-position:0 -125px;
border-style: solid none solid solid;
}

#navigationb #last a {
border-style: solid solid solid none;
padding-right: 0px;
}

#navigationb #lastandcurrent a {
background-position:0 -125px;
border-style: solid solid solid none;
}

#navigationb #current a span {
background-position:100% -125px;
color: black;
}

#navigationb a:hover {
background-position:0% -80px;
color: white;
}




</style>

