.menu .c0 .item {
  background-color:#B90035;
}
.menu .c1 .item {
  background-color:#3A519A;
}
.menu .c2 .item {
  background-color:#84AF34;
}
.menu .c3 .item {
  background-color:#22804C;
}
.menu .c4 .item {
  background-color:#C23384;
}
.menu .c5 .item {
  background-color:#D48625;
}
.menu .c6 .item {
  background-color:#7C9CBB;
}
.menu .c7 .item {
  background-color:#827FB5;
}
.menu .c8 .item {
  background-color:#2c8597;
}
.menu .c9 .item {
  background-color:#d5c282;
}
.menu .c10 .item {
  background-color:#B7A770;
}

.menu .c0.selected .item, .menu .c0 .item:hover {
  background-color:#ca3f67;
}
.menu .c1.selected .item, .menu .c1 .item:hover {
  background-color:#6b7cb3;
}
.menu .c2.selected .item, .menu .c2 .item:hover {
  background-color:#a2c366;
}
.menu .c3.selected .item, .menu .c3 .item:hover {
  background-color:#599f78;
}
.menu .c4.selected .item, .menu .c4 .item:hover {
  background-color:#d166a2;
}
.menu .c5.selected .item, .menu .c5 .item:hover {
  background-color:#dea45b;
}
.menu .c6.selected .item, .menu .c6 .item:hover {
  background-color:#9cb4cc;
}
.menu .c7.selected .item, .menu .c7 .item:hover {
  background-color:#a19fc7;
}
.menu .c8.selected .item, .menu .c8 .item:hover {
  background-color:#60a3b0;
}
.menu .c9.selected .item, .menu .c9 .item:hover {
  background-color:#dfd0a0;
}
.menu .c10.selected .item, .menu .c10 .item:hover {
  background-color:#c9bd93;
}
