* {
  margin:0;
  padding:0;
}

* html ul li a {
   height: 1em;
}

body {
  background: #EEEEEE;
  font: 11px/150% Verdana, sans-serif;
  padding: 2px;
}

#navigation {
  list-style: none;
  width: 210px;
}

#navigation a {
  display: block;
  background: #089686;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  padding: 0 4px;
}

#navigation a:hover, #navigation a:focus {
  color: #FFF;
  background: #D0E0D5;
}

#navigation ul {
  display: none;
  border-bottom: 2px solid #fff;
}

#navigation li {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  border: none;
}

#navigation li li a {
  display: block;
  background: #089686;
  text-transform: none;
  background: #D0E0D5;
  color: #089686;
  font-weight: normal;
  border: none;
  padding: 1px 4px;
}

#navigation li li a:hover, #navigation li li a:focus {
  color: #fff;
  background: #D0E0D5;
}

form {
  margin: 16px 0 9px 13px;
}

*+html ul li a { border: 1px solid #089686 !important; }
*+html ul ul li a { border: 1px solid #D0E0D5 !important; }
*+html ul ul { border-top: 2px solid #fff !important; border-bottom: 0 solid #fff !important; }
*+html ul ul li { border: 1px solid #D0E0D5 !important; }
*+html ul ul li a:hover, *+html ul ul li a:focus { border: 1px solid #089686 !important; }
