#naviWrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /*height: 25px;    */
}

/* MENU level 1 */
#naviWrapper ul li {
  display: block;
  float: right;
  padding: 1px 0px 0 13px;
  margin: 0;
  list-style: none;
  clear: none;
  vertical-align: bottom;
}

#naviWrapper ul li.cyan {
  padding: 1px 13px 0 13px;
}

#naviWrapper ul li a {
  display: block;
  padding: 1px 9px 11px 0px;
  color: #E3E3E3;
  text-decoration: none;
  font-size: 10px;
  background: #404040 url(../img/nav_marine.gif) bottom left repeat-x;
}

#naviWrapper ul li.blue    a { background-image: url(../img/nav_blue.gif); }
#naviWrapper ul li.cyan    a { background-image: url(../img/nav_cyan.gif); }
#naviWrapper ul li.green   a { background-image: url(../img/nav_green.gif); }
#naviWrapper ul li.gold    a { background-image: url(../img/nav_gold.gif); }
#naviWrapper ul li.red     a { background-image: url(../img/nav_red.gif); }
#naviWrapper ul li.magenta a { background-image: url(../img/nav_magenta.gif); }
#naviWrapper ul li.yellow a { background-image: url(../img/nav_yellow.gif); }
#naviWrapper ul li.rose a { background-image: url(../img/nav_rose.gif); }
#naviWrapper ul li.orange a { background-image: url(../img/nav_orange.gif); }

h2.yellow { color: #e4b114; }
h2.rose { color: #ad1a70; }

/* HOVER */
#naviWrapper * a:hover {
  background-repeat: repeat;
  color: white;
  padding: 1px 9px 11px 0px;
}


