#Pmenu {
width: 12em;
background: #000000;
} 

#PPmenu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#Pmenu a, #Pmenu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#Pmenu h2 {
color: #ffffff;
background: #000000;
text-transform: uppercase;
}

#Pmenu a {
color: #980000;
background: #0D0D0D;
text-decoration: none;
}

#Pmenu a:hover {
color: #a00;
background: #ee4000;
}
#Pmenu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#Pmenu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}
div#Pmenu ul ul ul,
div#Pmenu ul ul li:hover ul ul
{display: none;}

div#Pmenu ul ul li:hover ul,
div#Pmenu ul ul ul li:hover ul
{display: block;}

#Pmenu p {
color: #980000;
background: #0D0D0D;
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#Pmenu p:hover {
color: #a00;
background: #ee4000;
}