@charset "utf-8";
/* Code for the Menu */

#dd  {
  list-style: none;
  font: bold 16px arial;
}

#dd  a.menu {
  display: block;
  text-align: left;
  color: #000000;
  width: 90px;
  text-decoration: none;
}


#dd a.menu:hover {
text-decoration: none;
color:#C00;

}

.dd  {
  list-style: none;
  font: bold 16px arial;
}

.dd  a.menu {
  display: block;
  text-align: left;
  color: #000000;
  width: 90px;
  text-decoration: none;
}


.dd a.menu:hover {
text-decoration: none;
color:#C00;

}

.submenu {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  visibility: hidden;
  position: absolute;
  z-index: 5;
  text-decoration: none;
 
}

.submenu a {
  display: block;
  font: 16px arial;
  border:1px solid  #FFFFFF;
  text-align: left;
  padding: 6px;
  color: #000000;
  text-decoration: none;
}

.submenu a:hover {
 background-color: #FFFFFF;
	text-decoration: none;
	color:#C00;

}
