/* ist glaub ich nicht wichtig

body {
		behavior:url("scripts/csshover.htc");
	} */

#menu { width: 600px; background: #232122; float: left; padding-top: 6px; }

#menu ul { list-style: none; margin: 0; padding: 0; width: 145px; float: left;} 

#menu a 
  { font: bold 11px/16px arial, helvetica, sans-serif; 
  display: block; border-left: 1px solid #000; border-right: 1px solid #000; 
  margin: 0; padding-left: 5px; line-height:20px; letter-spacing:1px;} 

#menu h2 {
  font: bold 11px/16px arial, helvetica, sans-serif; 
  display: block;
  border-width: 1px;
  border-style: solid; 
  border-color: #232122; 
  margin: 0;
  color: #FF8635;
  background: #96D12C;
  text-transform: uppercase;
  } 


#menu a { color: #fff; background: #555; text-decoration: none; }

#menu a:hover { color: #a00; background: #fff; font-size: 11px; }

#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;}
  
