#searchbox {
  position: relative;
  float: right;
  padding-right: 32px;
  margin-top: -0.25em;
  top: 1.5em;
  font-size: 0.8em;
}

#dropsearch {
  font-size: 0.9em;
  color: #777;
  background: #FFFDDB;
  border: 1px solid #ddd;
  width: 90px;
  padding-left: 2px;
}

#topmenu
{
  position: relative;
  float: right;
  padding-right: 90px;
  margin-top: -0.5em;
  top: 1.5em;
  font-size: 0.8em;
}

#topmenu *
{
  line-height: 1em;
}

#topmenu ul
{
  list-style: none;
  line-height: 1em;
}

#topmenu ul li
{
  float: left;
  position: relative;
  padding: 0.6em 0em;
}

#topmenu ul li a
{
  padding: 0.5em 0.6em;
  line-height: 1em;
  color: #777;
  text-decoration: none;
}

#topmenu ul li a:hover
{
  background-color: #999;
  color: #FFF;
  text-decoration: none;
}

#topmenu ul li ul
{
  display: none;
  position: absolute;
  top: 2em;
  left: 0;
  background-color: #EEE;
  border: solid #AAA;
  border-width: 0 1px 1px 0;
}

#topmenu ul li:hover ul, #topmenu ul li.over ul
{
  display: block;
}

#topmenu ul li ul li
{
  padding: 0;
  margin: 0;
  border: 0;
}

#topmenu ul li ul li a
{
  display: block;
  width: 9em;
  padding: 0.5em;
  color: #666;
  text-decoration: none;
  border-left: 4px solid #999;
  border-bottom: 1px solid #CCC;
}

* html #topmenu ul li ul, * html #topmenu ul li ul li a
{
  width: 10em;
}

#topmenu ul li ul li a:hover
{
  background-color: #AAA;
  color: #FFF;
  text-decoration: none;
  border-left: 4px solid #0B63B5;
  border-bottom: 1px solid #AAA;
}