#menu {
z-index:2;
width: 150px;
background-color:#FF0000;
} 

#menu ul { /* remove bullets and list indents */
z-index:2;
list-style: none;
margin: 0;
padding: 0;
}

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

#menu h2 {
z-index:2;
color:#FFFFFF;
background: #000;
text-align:center;
text-transform: uppercase;
}

/* Location of dormant main menu */
#menu a {
z-index:2;
color:#FFFFFF;
background: #efefef;
background-image:url(menu.jpg);
text-decoration: none;
}

#menu a:hover {
z-index:2;
color:#FFFFFF;
background-color:#000000;
background-image:url(menuover.jpg)
}

#menu li {
/* make the list elements a containing block for the nested lists */
z-index:2;
position: relative;
} 

#menu ul ul ul {
z-index:2;
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#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

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

/* Conditions for the body of the document */
#body {
z-index:1;
position:absolute;
text-align:center;
margin-right:10PX;
right:10px;
left:170px;
top:10px;
}

/* Conditions for the billboard of the document */
#billb {
	z-index:3;
	background-color:#000000;
	text-align:center;
	font: bold 10px/12px arial, helvetica, sans-serif;
	color:#FFFFFF;
	width:140px;
	height:130px;
	padding:5px;
	position: relative;
	top:10px;
	border: 1px;
	vertical-align: middle;
}

