html {
	background-color: #ddddff;
	}
body {
	width: 50em;
	margin-left: auto;
	margin-right: auto;
	}
.siteheader { 
	font-size: 32px; 
	font-weight: bold; 
	}
.sectionheader {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	margin: 75px;
	}
#text {
	font-family: Times, Verdana, serif;
	font-style: normal;
	}
.centered, .siteheader, .sectionheader {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}
a:link img, a:visited img {
	border: none;
	}
a:link, a:visited {
	text-decoration: none;
	color: blue;
	}
a:hover { 
	text-decoration: underline;
	}
.menu {
width:100%; 
position:relative;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
width: 100%;
list-style-type:none;
/* border-bottom: 1px solid #ccc; */
}
/* float the list to make it horizontal and a relative position so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
}
div.menu > ul > li {
width:11.1%;
}
.menu li li {
width:100%;
z-index: 5;
}
.menu > ul > li > a, .menu > ul > li > a:visited {
white-space: nowrap;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-family: helvetica, arial, sans-serif;
font-size:0.75em;
font-weight: bold;
text-decoration:none; 
color:#777; 
width: 100% !important;
width: 7.2em; 
height:auto; 
border:1px solid #ccc; 
/* border-width:1px 1px 0 0; */ 
background:#fff; 
text-indent:0.3em;
line-height:1.7em;
} 
/* a hack so that IE5.5 faulty box model is corrected
* html .menu a, * html .menu a:visited {
width:114px;
w\idth:103px;
}  */

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#fff;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#09f;
}
.menu ul ul :hover > a.drop {
background:#09f;
}
/* hide the sub levels and give them a position absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:100% !important;
top:1.7em;
left:0; 
width: 100% !important;
width:7.2em;
z-index: 5;
}
/* another hack for IE5.5
* html .menu ul ul {
top:30px;
t\op:31px;
} */

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#fff; 
color:#777; 
height:auto;
font-size: 0.75em !important;
font-size: 1em;
line-height:1em; 
padding-top:0.3em;
padding-bottom:0.3em; 
width: 100% !important;
width:7.2em;
}

/* yet another hack for IE5.5
* html .menu ul ul a{
width:114px;
w\idth:103px;
} */


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#09f;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#09f;
}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible; 
}

.pagelist {
list-style-type: none;
float: left;
width: 95%;
}

.pagelist li {
float: left;
width: 25%
}
