/* menu style sheet */
div.menuList,div.menuList a.menuButton,
div.menu,
div.menu a.menuItem {
	font-weight: bold;
	font-size: 10.66pt;
	color:  #000000;
	text-align: left;
	display: block;
	}		
div.menuList li {	
	list-style: none;	
	padding: 7px 0px 7px 0px;	
	margin-left: -45px; 	
	text-align: left;	
	line-height: 110%;
	}
div.menuList a.menuButton { 
	 background-color: transparent;  
	 color: #000000;  
	 font-weight: bold;  
	 cursor: default;  
	 left: 5px;  
	 position: relative;  
	 text-decoration: none;
	 top: 0px;  
	 z-index: 100;
	 padding-left:10px;
	 }

div.menuList a.active { color:#608563;
	background: url(images/menu_arrow.png ) 0px 2px no-repeat;
	 }	 

/*   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: #FFFFFF;  
	border-top: 0px outset #C9B8A3;  
	border-right: 0px outset #C9B8A3;  
	border-left: 0px outset #C9B8A3;  
	padding: 0px  0px 1px 0px;  
	position: absolute;  
	left: 0px;  
	top: 0px;  
	visibility: hidden;  
	z-index: 101;
	}
div.menu a.menuItem {  
	font-size: 10.66pt;  
	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;
  }