#dhtmlgoodies_menu ul {	
  margin: 54px 25px 0 30px;
  padding: 0;
  list-style: none;
  background-color: white;
}
#dhtmlgoodies_menu li {	/* Main menu <li> */
  list-style-type:none;	/* No bullets */
  margin: 12px 0 4px 0;
  border-bottom: 2px dotted #b1b8ad;
  background-color: white;
  padding: 0 0 0px 0;
  color: #802d28;
  font-weight: bold;
  font-size: 90%;
  line-height: 100%;
}
#dhtmlgoodies_menu ul li ul {	/* Styling for those who doesn't have javascript enabled  - sub menu items
  padding-left:10px; ***/
}
#dhtmlgoodies_menu li a {	/* Main menu links */
  display:block;
  color: #802d28;
  font-weight: bold;
  text-decoration: none;
  padding: 3px 2px;
}
#dhtmlgoodies_menu li a:hover,
#dhtmlgoodies_menu .activeMainMenuItem {
  background-color: #E6EAE3; /*#802d28;*/
  color: #802d28; /*#E6EAE3;*/
}
.dhtmlgoodies_subMenu {
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  border: none;
  background-color: #E6EAE3; /*#935243;*/
}
.dhtmlgoodies_subMenu ul {
  margin: 0px;
  padding: 0px;	
}
.dhtmlgoodies_subMenu ul li {
  list-style-type:none;	/* No bullets */
  margin:0;
  border: none;
  background-color: #E6EAE3; /*#935243;*/
  padding: 0 0 0px 0;
  color: #802d28;
  font-weight: bold;
  font-size: 90%;
  line-height: 100%;
}
.dhtmlgoodies_subMenu ul li a {	/* Sub menu items */
  padding: 3px 5px;
  font-weight: normal;
  color: #802d28; /*#fff;*/
  text-decoration: none;
  display:block;	/* Display as block - you shouldn't change this */
  width: 150px;
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
  color: #E6EAE3;
  text-decoration: none;
  background-color: #935243; /*#A77564;*/ 
}

span.SiteNavSelectedCell {
  margin-left: -9px;
  color: black;    
  font-weight: normal;
  padding: 2px 0 3px 11px;
  display: block;
  font-size: 100%;
  line-height: 115%;
  background-image: url(reddot.gif);
  background-repeat: no-repeat;
  background-position: 0 6px;
}
