div.menu_parent, a.menu_child
{
  width: 105px;
  border-bottom: none;
  border-top: none;
  border-left:none;
  border-right:none;
  padding: 0px 5px;
  font-weight: bold;
  background: url(../image/menubg.gif) #FFFFEE;
  text-align: center;
  font: normal 12px Trebuchet MS, Tahoma;
  color:#FFFFFF;
  text-decoration:none;
}
div:hover.menu_parent
{
  background: url(../image/menubgu.gif) #FFFFEE;
}
a.menu_parent
{
  font-weight: bold;
  text-align: center;
  font: normal 12px Trebuchet MS, Tahoma;
  color:#FFFFFF;
  text-decoration:none;
}
a.menu_child
{
  width: 130px;
  display: block;
  border: 1px solid black;
  border-left:inset;
  border-right: inset;
  border-bottom: inset;
  border-top: none;
  text-decoration: none;
  background: #FFFBF0;
  color:#000000;
}
a:hover.menu_child
{
  display: block;
  border-bottom: none;
  text-decoration: none;
  background: #1C1C1C;
  color:#FFFFFF;
}
.dropin{
	position:absolute;
	visibility:hidden;
	border: 3px groove #7B7B7B;
	left:75%;
	width:280px;
	top:75px;
	background-color:#F5F5F5;
}
#subnav {
 background: white;
 width: 270px;
 float: right;
 margin-top:10px;
 margin-bottom:10px;
 margin-left:5px;
 margin-right:5px;
 font-size: 11px;
}
#subnav dt {
 font-size: 12px;
 font-family: Georgia, "Times New Roman", Times, serif;
 padding: 0.5em;
 margin-top: 5px;
 border-top: 1px dotted #aaa;
}
#subnav dd {
 padding: 0;
 margin:0px;
}

