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

#csstopmenu li {
  float: left;
  position: relative;
}

#csstopmenu a {
  text-decoration: none;
}

.songtext {
  font-family: times;
  font-size: medium;
  color: #000000;
  text-decoration: none;
}

.composer {
  font-family: times;
  font-size: medium;
  color: #0000FF;
  text-decoration: textDecorationUnderline;
}

.cdtitle {
  font-family: times;
  font-size: x-large;
  font-weight: bold;
  font-style: italic;
  color: #000000;
}

.cdtitlered {
  font-family: times;
  font-size: x-large;
  font-weight: bold;
  font-style: italic;
  color: #FF0000;
}

.cdinfo {
  font-family: times;
  font-size: large;
  font-weight: bold;
  font-style: italic;
  color: #000000;
}

.linktext {
  font-family: times;
  color: #0000FF;
  text-decoration: textDecorationUnderline;
}

.submenu {
  font-family: arial;
  color: #000060;
  text-decoration: textDecorationUnderline;
}

.mainitems {
  border: 1px solid white;
  border-left-width: 0;
  background-color: #000060;
}

.headerlinks a {
  margin: auto 8px;
  font-weight: bold;
  font-family: arial;
  color: white;
}

.SelHeaderlinks a {
  margin: auto 8px;
  font-weight: bold;
  font-family: arial;
  color: #E3BF5A;
}

.submenus {
  display: none;
  width: 10em;
  position: absolute;
  top: 1.2em;
  left: 0;
  background-color: #000060;
  border: 1px solid white;
}

.submenus li {
  width: 100%;
}

.submenus li a {
  display: block;
  width: 100%;
  text-indent: 3px;
  color: white;
  font-weight: normal;
  font-family: arial;
}

html>body .submenus li a { /* non IE browsers */
  width: auto;
}

.submenus li a:hover {
  background-color: #000060;
  color: #E3BF5A;
}

#csstopmenu li>ul { /* non IE browsers */
  top: auto;
  left: auto;
}

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

html>body #clearmenu { /* non IE browsers */
  height: 3px;
}
