ul {
   padding: 0;
   margin: 0;
   list-style: none;
}

li {
   float: left;
   position: relative;
   width: 180px;
}

li ul {
   display: none;
   position: absolute;
   top: 100%;
   left: 0;
}

li li {
   display: block;
   float: none;
   background-color: transparent;
   border: 0;
}

li:hover ul, li.over ul {
   display: block;
}

a {
   text-decoration: none;
   color: white;
}

a:hover {
   color: yellow;
   text-decoration: underline;
}

a:active {
   color: red;
}

font.navTitle {
   color: white;
   font-weight: bold;
   font-size: 14pt;
}

font.navItem {
   color: white;
   font-weight: bold;
   font-size: 10pt;
}

font.nameTitle {
   color: white;
   font-size: 24pt;
   font-weight: bold;
   font-family: arial;
}

font.bigNormal {
   color: white;
   font-size: 14pt;
   font-family: arial;
}

font.bigBold {
   color: white;
   font-size: 14pt;
   font-weight: bold;
   font-family: arial;
}

font.smallNormal {
   color: white;
   font-size: 12pt;
   font-family: arial;
}

font.smallBold {
   color: white;
   font-size: 10pt;
   font-weight: bold;
   font-family: arial;
}


font.reviewNormal {
   color: white;
   font-size: 16pt;
   font-family: arial;
}

font.reviewTitle {
   color: white;
   font-size: 18pt;
   font-weight: bold;
   font-family: arial;
}

font.reviewName {
   color: white;
   font-size: 28pt;
   font-weight: bold;
   font-family: arial;
}
