#menu {
background-color: #ffffff;
background-color: #950169 !important;
position: relative;
z-index: 100;
width: 100%;
}
 
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
text-align: center;
}
 
#menu a, #menu h2 {
display: block;
margin: 0;
padding: 0;
}
 
#menu h2 {
text-transform: uppercase;
padding: 0.6em 0em 0.6em 0em;
}
#menu h2 a {background: none !important; padding: 0 !important;}
#menu h2 a:hover {color: #ffffff !important; background: none !important;}
 
#menu a {
background: #7d065a;
text-decoration: none;
padding: 0.5em;}
 
#menu a:hover {
color: #a00;
background: #fff;
}
 
#menu li {position: relative;}
 
#menu ul ul {
position: absolute;
z-index: 500;
text-align: left;
background: #7d065a;
padding: 0em;
left: 0px;
border: 1px solid #000000;
}
 
#menu ul ul ul {
position: absolute;
top: 0px;
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;}
