#xva ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }

#xva li {
  float: left;
  position: relative;
  width: 28em;
  }

  li ul {
  display: none;
  position: absolute;
  bottom: 27px;
  left: 0;
  padding:1.0em;
  }

  li > ul {
	top: auto;
	left: auto;
	}
	
#xva li:hover ul, li.over ul{
  color: #000000;
  display: block;
   background-color: #FFFFFF;
   border-top-color: #3A6060;
   border-top-style: solid;
   border-top-width: 11px;
      border-bottom-color: #3A6060;
   border-bottom-style: solid;
   border-bottom-width: 11px;
      border-right-color: #3A6060;
   border-right-style: solid;
   border-right-width: 1px;
      border-left-color: #3A6060;
   border-left-style: solid;
   border-left-width: 1px;
   }

li#hd  {
  color: #FFFFFF;
  background: #3A6060;
  width: 200px;
  height: 30px;
  padding: 0;
}

#portrait {
 border-left: double #3A6060 5px;
}

body {
  text-align: justify;
	font-family: arial, helvetica, serif;
	font-size: 100%;
	padding: 0.5em;
	margin: 0;
}

#content {
	clear: left;
}	

a:link { color:#993300; }
a:visited { color:#000000; }
a:active { color:#FF0000; }

