#menu { width: 160px; } 

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

#menu a, #menu h5 {
  font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
  display: block;
  border-width: 1px; border-style: solid; border-color: #ccc #9c0a7d #9c0a7d #9c0a7d;
  margin: 0; padding-top: 2px; padding-left: 20px; padding-bottom: 2px; }

#menu h5 { color: #FF8635; background: #96D12C; text-transform: uppercase; } 

#menu a { color: #ffffff;  text-decoration: none; } 

#menu a:hover { color: #9c0a7d; background: #f2e1ed; text-decoration: none;}

#menu li { position: relative; }

#menu ul ul ul {position: absolute; top: 0; left: 100%; width: 80%; color: #f2e1ed; background: #9c0a7d;}

div#menu ul ul ul, div#menu ul ul li:hover ul ul {display: none;color: #f2e1ed; background: #9c0a7d;} 

div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {display: block;color: #f2e1ed; background: #85086a;} 