body {
  text-align: center;
  color: #ffffff;
  font-family: Arial, Helvetica, Verdana;
  background-image: url(stripes2.gif);
} 
td {
  vertical-align: top;
}
p {
	text-align: left;
}
 .bigTable {
	background: #000;
	border: 2px solid #00aaff;
	text-align: center;
	margin:	0px auto;
	width: 800px;
	border-collapse: collapse;
}
.side {
	width: 200px;
	text-align: center;
}
.sidehead {
	font-size: 12pt;
	font-weight: bold
}
.MainPic {
  border: 2px solid #00aaff;
}
.menu {
text-align: center;
}
a {
  color: #0066AA;
}
a:hover {
	color: #FFFFFF;
}
.era a {
 font-size: 10pt;
  text-decoration: none;
  color: #FFFFFF;
}
.era:hover {
	background-color: #0066AA;
}
.aeon + tr {
	display: none;
	border: 1px solid #00aaff;
	font-size: 10pt;
}
#header{
	color: #ffffff;
	font-size: 24pt;
}
#links {
	width: 100%;
	position: relative;
}
#menu {
margin: 0px auto;
width: 90%;
background: #000;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 20%;
float: left;
background: #000;
}
#menu a, #menu h2, #menu h3 {
font:16px arial, helvetica, sans-serif;
display: block;
border-bottom: 0px;
border-top: 0px;
border-left: solid 3px #0066AA;
border-right: solid 3px #00aaff;
margin: 0px;
padding: 2px 3px;
} 
#menu h2{
color: #fff;
background: #003355;
}
#menu a{
color: #fff;
background-image: url(stripe.png);
text-decoration: none;
border-bottom: dashed 1px #0066AA;
height:100%;
}

#menu a:hover {
background: #003355;
}


#menu li {
position: relative;
}

#menu ul ul {
width: 100%;
position: absolute;
}

#menu ul ul ul {
top: 0;
left: 100%;
}
div#menu ul ul,
div#menu ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}
