body {
  background-color: #000000;
  font-family: 'Times New Roman', Arial;
  color: #c0c0c0;
  background-image: url(../images/dragon.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left bottom;
}





#content {
  position: absolute;
  background-color: #000000;
  top: 120px;
  left: 175px;
  width: 650px;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
}

#topnav {
  background-color: #000000;
  width: 1000px;
  top: 20px;
  left: 20px;
  right: 20px;
  position: absolute;
}

#printer {
  position: absolute;
  top: 63px;
  left: 815px;
}

#lag img {
  float: left;
}


#leftnav {
/*  background-color: brown; */
  width: 150px;
  top: 120px;
  position: absolute;
/*  padding-left: 5px; */
/*  padding-top: 5px; */
/*  padding-bottom: 5px; */
/*  padding-right: 5px; */
/*  border-right: solid; */
/*  border-color: red; */
/*  border-bottom: solid; */
/*  border-color: red; */
  z-index: 6;
}

#rightnav {
  background-color: brown;
  width: 150px;
  top: 120px;
  left: 835px;
  position: absolute;
  border-left: solid;
  border-color: red;
  border-bottom: solid;
  border-color: red;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}

.bold {
  font-weight: bold;
}

.italic {
  font-weight: normal;
  font-style: italic;
}

.underline {
  font-weight: normal;
  text-decoration: underline;
}




A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: white;}
A:active {text-decoration: none; color: white;}
A:hover {text-decoration: underline; color: white;}


#menu {
width: 150px; /* set width of menu */
background: #eee;
} 

#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: 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;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

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

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

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


