#dhtmlgoodies_menu
{
  width: 190px;
  margin-bottom: 10px;
  margin-left: 0px;
  
  padding-bottom: 15px;
  
  
  border-style: solid;
  border-color:  #e9e9e9;
  border-top-width: 5px;
  border-left-width: 7px;
  border-bottom-width: 5px;
  border-right-width: 5px;
  
}

#dhtmlgoodies_menu h2  {
  font-size: 18px;
  text-decoration: none;
  text-align: center;  
background:#efefef none repeat-x scroll left top;
clear:both;
color:#000080;
font-weight:normal;
padding-top:  15px;
padding-bottom: 10px;
}


#dhtmlgoodies_menu LI
{
  list-style-type: none;
  margin: 0px;
  text-align: left;
}
#dhtmlgoodies_menu UL
{
  margin: 0px;
  padding: 0px;
}
#dhtmlgoodies_menu UL LI UL
{
  padding-left: 10px;
}
#dhtmlgoodies_menu LI A
{
  text-decoration: none;
  color: #000080;
  height: auto;
  _height: 12px;
  line-height: 12px;
  vertical-align: middle;
  background-color: #FFFFFF;
  margin: 1px;
  padding: 3px 5px;
  display: block;
}
#dhtmlgoodies_menu LI A:hover, #dhtmlgoodies_menu .activeMainMenuItem
{
  color: #FFFFFF;
  background-color: #ff0000;
}
.dhtmlgoodies_subMenu
{
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  border: 1px solid #000066;
  background-color: #ffffff;
  text-align: left;
}
.dhtmlgoodies_subMenu UL
{
  margin: 0;
  padding: 0;
}
.dhtmlgoodies_subMenu UL LI
{
  list-style-type: none;
  margin: 0px;
  padding: 1px;
  font-size: 12px;
}
.dhtmlgoodies_subMenu UL LI A
{
  white-space: normal;
  text-decoration: none;
  color: #000080;
  height: auto;
  _height: 16px;
  line-height: 16px;
  padding: 2px 1px;
  display: block;
  font-family: Garamond, Times New Roman, serif;
  
}
.dhtmlgoodies_subMenu UL LI A:hover
{
  color: #ffffff;
  background-color: #ff0000;
  
}



