@charset "UTF-8";
/* eChasers */
#main-title {
  font-family: Helvetica Neue;
  color: white;
  font-style: oblique;
}
body {
  margin: 25px;
}

#printer-wrap {
  display: block;
  font-family: "Arial";
}

#printer-wrap hr {
  height:32px;
  background-image:url(pics/EclipsePattern.jpg);
  background-repeat: repeat;
}

#body-text {
  background-color: white;
  color: black;
  font-family: "Helvetica Neue";
  padding-left: 3px;
  padding-right: 3px;
  font-size: 90%;
  line-height: 25px;
}
#small-text {
  font-size: small;
}

#scroll-text {
  width:800px;
  height:600px;
  margin-left: 10%;
  margin-right: 10%;
  font-family: "Helvetica Neue";
  line-height:16px;
  font-size: 14px;
  background-color:white;
  overflow:auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  -moz-box-shadow: 10px 10px 5px #888;
  -webkit-box-shadow: 10px 10px 5px #888;
  box-shadow: 10px, 10px, 5px, #888;
}
#scroll-text h1 {
  color:black;
}
/* --------------------------------------- Top menu -------------------- */

#top-navigation {
  font-size:0.9em; 
  width:800px;
  font-family:Verdana;
}
#top-navigation ul {
  margin-left: 10%;
  list-style: none;
  padding: 0;
  -moz-box-shadow: 10px 10px 5px #888;
  -webkit-box-shadow: 10px 10px 5px #888;
  box-shadow: 10px, 10px, 5px, #888;

}
#top-navigation li {
  list-style: none; 
  float:left;
  background:#bbbbbb;
  padding: 2px;
  -moz-box-shadow: 10px 10px 5px #888;
  -webkit-box-shadow: 10px 10px 5px #888;
  box-shadow: 10px, 10px, 5px, #888;
} 
#top-navigation a {
 color: black;
 cursor: pointer;
 display:block;
 height:25px;
 line-height: 25px;
 text-indent: 10px;
 text-decoration:none;
 width:100%;
}
#top-navigation li:hover {
 background: #f90;
 position: relative;
}

ul.top-top-level {
 background:#999;
}
ul.top-top-level li {
 border-left: #aaaaaa solid;
 border-bottom: #aaaaaa solid;
 border-top:#aaaaaa solid;
 border-rigth: #aaaaaa solid;
 border-width: 1px;
 padding-left: 2px;
 padding-right: 5px;
}

ul.top-sub-level {
    display: none;
}

li:hover .top-sub-level {
    background: #DDD;
    border: #dddddd solid;
    border-width: 1px;
    display: block;
    position: absolute;
    left: 5px;
    top: 25px;
}
ul.top-sub-level li {
    border: none;
    float:top;
    width:200px;
}

.top-sub-level ul.top-sub-level-2 {
   display: none;
}
.top-sub-level li:hover .top-sub-level-2 {
   background: #DDD;
   border: #dddddd solid;
   border-width: 1px;
   display: block;
   position: absolute;
   left: 100px;
   top: 5px;
}
.top-sub-level ul.top-sub-level-2 li {
   border: none;
   float: top;
   width: 200px;
}


/*Seconda Levels*/
#navigation .top-sub-level {
    background: #CCC;
}
#navigation .top-sub-level .top-sub-level {
  background: #CCC;
}
/*RESET*/
li:hover .top-sub-level .top-sub-level {
	display:none;
}
.top-sub-level li:hover .top-sub-level {
	display:block;
}