/* menu style sheet */
div.menuList,div.menuList a.menuButton,
div.menu,
div.menu a.menuItem {
		font-family: "Tahoma, Arial", sans-serif;
		font-weight: bold;
		font-size: 9pt;
		color:  BLACK;
		text-align: center;
		display: block;
		}		
div.menuList li {	list-style: none;	padding: 0px 0px 2px 0px;	margin-left: -45px; 	text-align: center;	line-height: 100%;}
div.menuList a.menuButton {  background-color: transparent;  color: #000000;  font-weight: bold;  cursor: default;  left: 0px;  position: relative;  text-decoration: none;  top: 0px;  z-index: 100;}
/*   color: #676769;   color: #D51515; background-color: transparent;  */
div.menuList a.menuButton:hover {  	color: #D51515;}
/*    color: #75726D;  */div.menuList a.menuButtonActive,div.menuList a.menuButtonActive:hover {  color: #D51515;}/*  Diane: changed border to omit bottom one, so not double border  */
div.menu {  background-color: #F5ECE3;  border-top: 1px outset #C9B8A3;  border-right: 1px outset #C9B8A3;  border-left: 1px outset #C9B8A3;  padding: 0px  0px 1px 0px;  position: absolute;  left: 0px;  top: 0px;  visibility: hidden;  z-index: 101;}
div.menu a.menuItem {  font-size: 8pt;  color: #000000;  cursor: default;  display: block;  padding: 1px 1em;  text-decoration: none;  white-space: nowrap;  line-height: 130%;  border-bottom: 1px inset #5F5F5F;}
div.menu a.menuItem:hover, div.menu a.menuItemHighlight {  background-color: #777777;  color: #ffffff;}
div.menu a.menuItem span.menuItemText {}
div.menu a.menuItem span.menuItemArrow {  margin-right: -.75em;}
div.menu div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 4px 2px;
}