/*Main Navigation*/
ul#list-nav {
list-style:none;
width:800px;
}
ul#list-nav li {
display:inline
}
ul#list-nav li a {
font-family: "Century Gothic", Verdana, sans-serif;
font-size:15px;
color:white;
font-weight:bold;
text-align:center;
text-decoration:none;
background-image:url(../images/tabUp.png);
background-position:bottom center;
background-repeat:no-repeat;
width:100px;
float:left;
padding-top:35px;
margin-top:47px;
}
ul#list-nav li a:hover {
background-image:url(../images/tabHover.png);
background-position:bottom center;
background-repeat:no-repeat;
height:42px;
padding-top:11px;
color:black;
text-decoration:none;
}

/*Menu Highlight*/
body.index #index, body.index #index a{
background-image:url(../images/tabSelect.png);
background-position:bottom center;
color:white;
height:42px;
padding-top:11px;
}
body.about #about, body.about #about a{
background-image:url(../images/tabSelect.png);
background-position:bottom center;
color:white;
height:42px;
padding-top:11px;
}
body.events #events, body.events#events a{
background-image:url(../images/tabSelect.png);
background-position:bottom center;
color:white;
height:42px;
padding-top:11px;
}
body.news #news, body.news #news a{
background-image:url(../images/tabSelect.png);
background-position:bottom center;
color:white;
height:42px;
padding-top:11px;
}
body.faq #faq, body.faq #faq a{
background-image:url(../images/tabSelect.png);
background-position:bottom center;
color:white;
height:42px;
height:42px;
padding-top:11px;
}
body.diary #diary, body.diary #diary a{
background-image:url(../images/tabSelect.png);
background-position:bottom center;
color:white;
height:42px;
padding-top:11px;
}
body.misc #misc, body.misc #misc a{
background-image:url(../images/tabSelect.png);
background-position:bottom center;
color:white;
height:42px;
height:42px;
padding-top:11px;
}
body.contact #contact, body.contact #contact a{
background-image:url(../images/tabSelect.png);
background-position:bottom center;
color:white;
height:42px;
padding-top:11px;
}