#menu { background: #E6E6E6; width: 800px; height:31px; 
}

#menu ul {
height:31px;
list-style: none;
float: left;
background: #E6E6E6; 
margin: 0px; padding: 0px; 

}

#menu a {
height:31px;
font: bold 12px/12px Times New Roman, Times, serif, Arial,Helvetica;
display: block;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 0px 0px;
text-align:left;
background-color:#E6E6E6; 
text-decoration: none;
display: inline;
}

#menu a:link { color: #D74589; left: 100%; }
#menu a:visited { color: #D74589; left: 100%; }
#menu a:hover { color: #686868; left: 100%; }
#menu a:active { color: #D74589; left: 100%; }

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
width:200px;
background: #EEE5DE; 


}

#menu ul ul a {
font: bold 15px/15px Times New Roman, Times, serif, Arial,Helvetica;
}
#menu ul ul a:link { background-color: #e8aE0Db; }
#menu ul ul a:visited { background-color: #e8E0Db; }
#menu ul ul a:hover { background-color: #ffffff; }
#menu ul ul a:active { background-color: #e8E0Db;  }

#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;}

