#menu {
width: 100%;
background: Black; 
float: left;
z-index: 1000;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 100px;
float: left;
}


#menu ul li a{
color: #FFDEAD;
background-color: Black; 
border-left-width: 1px;
}

#menu ul li {
background: black;
}

#menu ul li a:hover {
background-color: Black; 
display: block;
}


/*#menu a, #menu h2 {*/
#menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block ;
border-width: 1px; 
border-style: solid;
border-color: #FFDEAD;
border-bottom: none;
border-left: none; 
border-top: none;
margin: 0;
padding: 2px 3px;
}


#menu a {
font: bold 11px/16px arial, helvetica, sans-serif;
font: Monotype Corsiva;
font-size: 12px;
display: block;
border-width: 1px;
border-style: solid;
border-color: #FFDEAD;
margin: 0;
padding: 2px 3px;
border-bottom: none;
border-top: none;
}

#menu a.testi {
display: block ;
border-width: 1px;
border-left: none;
border-right: none;
}


#menu h2 { 
color: #FFDEAD;
background: Black; 
text-transform: uppercase;
}

#menu a {
color: blue;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: white;
background: #fff;
}

#menu li {
position: relative;
}

#menu ul ul {
position: absolute;
z-index: 1000;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
z-index: 1000;
}

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;}

