/* This css file provides the layout and text style for the hypertextbook 
   navigation menus.  Thes menus are constructed and place in each page by
   a preprocessing perl script.  Color attributes for the menus are set in
   menusBlack.css, menusBlue.css, and menusGreen.css respectively.*/

.toggleBoxStyle{	 
	border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 850px;
    width: 900px;
	/* top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px; */
}

.menuTitleTextStyle {
    border: none;
	overflow: visible;
	position: absolute;
	visibility: hidden;
	z-index:101;
	height: 30px;
	width: 90px;
	left: 215px;
	top: 80px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}


.menuTitleMouseOverTextStyle{
	border: none;
	overflow:auto;
	position: absolute;
	visibility: hidden;
	z-index:101;
	height: auto;
	width: 218px;
	left: 215px;
	top: 100px;
	bottom: 50px;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
    text-align:center;
}

.menuDropdown{
	overflow:auto;
	position: relative;
	visibility: hidden;
	z-index:55;
	/*height:relative;*/
	width: 200px;
	left: 0px;
	top: 0px;
	bottom: 5px;
	opacity:1;
	font-weight:bold;
}

.menuEntry{
	 margin-left: 10px;
	 margin-right:10px;
	 font-style:italic;
	 text-align:left;
}	 
	
.menuEntryLinkStyle{
    text-decoration: none;
	font-weight:900;
}


