/* Basic code - don't modify */

.droppy {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.droppy li { 
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  width:97px;
  text-align:center;
  
}
.droppy a { 
  display: block;
  color:#FFEEA0;
  text-decoration:none;
}
.droppy ul { 
  display: none;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  background-color: #1D1D1D;
  opacity: 0.9;
  filter: alpha(opacity=90);
  
}
* html .droppy ul { 
  line-height: 0;
} /* IE6 "fix" */

.droppy ul a { 
  zoom: 1;
} /* IE6/7 fix */
.droppy ul li { 
  float: none;
}
.droppy ul ul { 
  top: 0;
}

/* Essentials - configure this */

.droppy ul { 
  width: 97px;
}
.droppy ul ul { 
  left: 97px;
}

/* Everything else is theming */

.droppy {
  background-color: #000;
  height: 24px;
}
.droppy *:hover { 
  background-color: none;
}
.droppy a {
  color: white;
  font-size: 9pt;
  padding: 6px;
  line-height: 1;
}

.droppy a.navi{
  height:58px;
  padding-top:15px;
}

.droppy a.navi_current{
  height:58px;
  padding-top:15px;
  color:#F2AE10;
}



.droppy li.hover a { 
  background-color: #1D1D1D;
  
}
.droppy li.hover a.hover {
color:#F2AE10;
}

.droppy ul { 
  top: 79px;
}
.droppy ul li a { 
  background-color: #1D1D1D;
}
.droppy ul a.hover { 
  background-color: #000;
}
.droppy ul a {
  border-right: none;
}
/* .droppy ul a { border-bottom: none; } - I also needed this for IE6/7 */





