body { padding:0;margin:0;position:relative;overflow:hidden;font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;}
* html body {overflow:auto;}
img { border: none; }
img#bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main {
    position: relative;
    margin: 0;
    width: 100%;
}
#menu {
    display: block;
    position: absolute;
    width: 100%; 
    padding: 10px 0 0 0;
    z-index: 2;
    font-family: Lucida Console, Monaco, monospace;
    font-weight: bold;
    line-height: 1.4em;
}
#menu a {
  text-decoration: none;
  color: #000;
  font-size: 1.2em;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    width: 20em;
}
#menu ul li {
    position: relative;
    width: 2em; /*8.2%; */
    margin: 0;
    padding: 0;
    float: left;
}

#menu li.selected a {
  font-size: 1.4em;
}

#menu li li a,
#menu li.selected li a {
  font-size: 1.0em;
  font-weight: normal;
}

#menu li li:hover a,
#menu li.selected li.selected a {
  font-weight: bold;
}

#menu ul ul {
    display: none;
    padding-top: 0; /*10%;*/
    float: none;
    width: auto;
}
#menu ul li li {
    position: relative;
    width: 9em; /*340%;*/
    margin: 0 0 0 0;
    padding: 0;
    float: none;
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.4);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";    
    /*
    filter:alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    */
    
}


#menu ul li span {
    position: absolute;
    left: -4000px
}

#menu ul li:hover ul {
    display: block;
}

#scrollable {
    position: absolute;
    display: block;
    clear: both;
    z-index: 1;
    margin: 50px 0 0 0;
    overflow:auto;
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

.agualuna {
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.5em;
}
.agualuna ul.resume {
  list-style: none;
  margin: 0;
  padding: 0;
}

.agualuna a {
  color: #000;
}

.contact table th {
  width: 8em;
  padding-right: 2em;
  padding-bottom: 0.1em;
  text-align: right;
  vertical-align: top;
}
.contact table td {
  padding-bottom: 0.1em;
}
.contact input,
.contact textarea {
  width: 200px;
  border: 1px solid black;
}