#menu {
position:absolute;
top: 250px;
width: 165px; /* set width of menu */
background: #59B300;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: 11px/16px georgia;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #FFFFFF;
background: #59B300;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #ffffff;
text-decoration: none;
}

#menu a:hover {
color: black;
background: #CFCFCF;
text-decoration: underline;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
position: absolute;
top: 0px;
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;}

#sophs2 {
	position:absolute;
	height: 550px;
	width: 467px;
	top: 250px;
	left: 170px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	background: #FFFFFF;
padding: 1;
color: black;
font-family: Georgia, "Times New Roman";
	font-size: 11px;

}
#middler {
	position:absolute;
	height: 550px;
	width: 467px;
	top: 250px;
	left: 170px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	background: #FFFFFF;
padding: 1;
color: black;
font-family: Georgia, "Times New Roman";
	font-size: 11px;

}
#junior {
	position:absolute;
	height: 200px;
	width: 467px;
	top: 250px;
	left: 170px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	background: #FFFFFF;
padding: 1;
color: black;
font-family: Georgia, "Times New Roman";
	font-size: 11px;

}
#senior {
	position:absolute;
	height: 200px;
	width: 467px;
	top: 250px;
	left: 170px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	background: #FFFFFF;
padding: 1;
color: black;
font-family: Georgia, "Times New Roman";
	font-size: 11px;

}

#banner {
	position:absolute;
	top: 5px;
	left: 0px;
	height: 195px;
	width: 845px;
	border-width: 1px;
	border-style: none;
	border-color: #ccc #888 #555 #bbb;
	background: #FFFFFF;
}
