@charset "iso-8859-1";
.heading { font-family: verdana; font-size: 16pt; font-weight: bold; color: black; }
.smallheading  { font-family: verdana; font-size: 11pt; font-weight: bold; color: black; }
.ingress { font-family: verdana; font-size: 11pt; font-weight: bold; color: black; }
.text { font-family: verdana; font-size: 9pt; font-weight: normal; color: black; }
.navlink { font-family: verdana; font-size: 10pt; font-weight: bold; text-decoration: none; letter-spacing: 1px; color: white; }
.navlink:hover { font-family: verdana; font-size: 10pt; font-weight: bold; text-decoration: none; letter-spacing: 1px; color: #A0A0A0; }
.navlink:visitedhover { font-family: verdana; font-size: 10pt; font-weight: bold; text-decoration: none; letter-spacing: 1px; color: white; }
.subnavlink { font-family: verdana; font-size: 10pt; font-weight: normal; text-decoration: none; color: white; }
.subnavlink:hover { font-family: verdana; font-size: 10pt; font-weight: normal; text-decoration: none; color: #A0A0A0; }
.subnavlink:visitedhover { font-family: verdana; font-size: 10pt; font-weight: normal; text-decoration: none; color: white; }
.link { font-family: verdana; font-size: 9pt; font-weight: normal; text-decoration: none; color: #2E8B57; }
.link:hover { font-family: verdana; font-size: 9pt; font-weight: normal; text-decoration: none; color: #A0A0A0; }
.link:visitedhover { font-family: verdana; font-size: 9pt; font-weight: normal; text-decoration: none; color: #2E8B57; }
.toplink { font-family: verdana; font-size: 8pt; font-weight: normal; text-decoration: none; color: #2E8B57; }
.toplink:hover { font-family: verdana; font-size: 8pt; font-weight: normal; text-decoration: none; color: #A0A0A0; }
.toplink:visitedhover { font-family: verdana; font-size: 8pt; font-weight: normal; text-decoration: none; color: #2E8B57; }
.separate { font-family: verdana; font-size: 9pt; font-weight: normal; text-decoration: none; color: #2E8B57; }


.gullink { font-family: verdana; font-size: 9pt; font-weight: bold; text-decoration: none; letter-spacing: 2px; color: #F8F2DB; }
.gullink:hover { font-family: verdana; font-size: 9pt; font-weight: bold; text-decoration: none; letter-spacing: 2px; color: #A0A0A0; }
.gullink:visitedhover { font-family: verdana; font-size: 9pt; font-weight: bold; text-decoration: none; letter-spacing: 2px; color: #F8F2DB; }
.lyrics { font-family: verdana; font-size: 8pt; font-weight: normal; text-decoration: none; color: #6495ED; }
.lyrics:hover { font-family: verdana; font-size: 8pt; font-weight: normal; text-decoration: none; color: #A0A0A0; }
.lyrics:visitedhover { font-family: verdana; font-size: 8pt; font-weight: normal; text-decoration: none; color: #6495ED; }


.li ul {
    display: none;
}
.li:hover > ul {
    display: block;
}
