#menu { width: 100%; background: #ffffff; float: left; }

#menu ul { list-style: none; margin: 0; padding: 0; width: 100px; float: left; }

#menu h2
  { font: 11px/16px arial, helvetica, sans-serif;
  display: block;
  margin: 0; padding: 4px 10px; }

#menu a
  {font: 11px/16px arial, helvetica, sans-serif;
  display: block;
  margin: 0px 0px; padding: 0px 10px; }


#menu h2 { color: #666666; background: #ffffff; text-transform: uppercase; }

#menu a { color: #FFFFFF; background: #9a090c; text-decoration: none; }

#menu a.h2 { color: #666666; background: #ffffff; text-transform: uppercase; }

#menu a:hover { color: #9a090c; background: #ffffff; }

#menu a.h2:hover { color: #666666; background: #ffffff; }

#menu li {position: relative;}

#menu ul ul { position: absolute; z-index: 500; }

#menu ul ul ul { position: absolute; top: 0; left: 100%; }

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
  {display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
  {display: block;}
