/* CSS Document *//* This is for Gamma Neutron Products home page menu. */#menu {  		position: absolute;	z-index: 10;	top: 106px;	left: 210px;	width: 541px;	height: 20px;	margin: 0px auto;	padding: 0px;	color: #000000;	background-color: transparent;	background: url(../images/nav_bar.jpg);	background-repeat: no-repeat;}.nav {	position: relative;	background: transparent;	width: 100%; /* IE */	left: -16px;	top: 2px;  /* IE */	text-align: left;}#menu .nav {  /* others */	width: auto; 	top: -8px;}.button {	width: 81px;	float: left;	list-style-type: none;}.parent {	position: relative;/* this parent div does not provide "sticky hovering", but instead fixes a strange bug in Op7. When an element serves as a hovered popup "parent" element, that element must not also be floated or all heck breaks loose in Opera 7. To prevent this, we have floated the top level list items, while nesting hoverable parent divs inside that are then hovered to generate the dropdowns. Thus the ugly (but interesting) Op7 bug is defeated. */}	.floatfix {margin-right: -3px;}/* this fixes the IE 3px bug that is common in this type of float arrangement */ /*XXXXXXXXXXXX Primary dropdown/flyout rules XXXXXXXXXXX*/.dropdown { /* rules for dropdown div */	width: 100px;	position: absolute;	left: -3000px;			top: auto; /* puts dropdowns directly under top nav */ 	background: #transparent;}		.dropdown div {	width: 100px;	position: absolute;			left: -3000px;	top: auto; 	background: #transparent;} 	/* The margins on the UL's replace the div paddings to create "sticky hovering"zones,  and the margins should "fill" the divs, making the IE BG fix unnecessary.Unfortunately the BG fix is still needed, altho this method does eliminatepossible box model problems */	.dropdown ul {   width: 90px; /* tweaked so that dropdowns appear to "line up" with top links */  margin: 0px 2px 2px 2px; /* creates "sticky hovering" zones for dropdowns */  list-style-type: none;  padding: 0px;  border: solid #888;   border-width: 1px 1px 0px 1px; /* borders sides and top of the dropdowns and flyouts; links provide the bottom border */} 	.dropdown div ul {	margin: 5px 5px 5px 0px;} /* creates "sticky hovering" zones for flyouts */.four .dropdown ul { /* modifies width for wider text links (tweak) */	width: 120px;}.six .dropdown ul {	width: 70px; /* modifies width for rightmost "visible" dropdown (tweak) */} .six .dropdown div ul {	margin: 5px 0px 5px -18px; 	position: relative;} /* rule reversal for "visible" right drop flyouts */.nav a {	display: block; 	color: #000000;	font-family: Verdana, Helvetica, Arial, sans-serif;	font-weight: normal;	font-size: 1.25em;	text-decoration: none;	padding: 2px 6px;	border-right: 1px solid #888; /* makes the dividers between the top nav links */ 	background: #transparent;  }.six a {	border-right: 0; /* kills border on last top link */ } .nav ul ul a {  border-right: 0; /* negates right border for dropdowns and flyouts */  border-bottom: 1px solid #888;  /* borders the bottoms of the dropdown and flyout links */}	.dropdown li {  	position: relative;    height: 18px; /* IEwin bugfix */ 	vertical-align: bottom; /* IE5/win bugfix */ }div.parent:hover div.dropdown { /* hover rule for dropdowns */ 	left: -2px; /* extra pixel makes dropdowns "line up" with top links */ } 				.dropdown li:hover div { /* hover rule for flyouts */	left: 78px; /* this value controls the amount of flyout "overlap" */	top: 2px; /* this value controls the amount of flyout vertical offset */}.four li:hover div { /* hover rule for flyouts */	left: 100px; /* this value controls the amount of flyout "overlap" */	top: 2px; /* this value controls the amount of flyout vertical offset */}.six li:hover div { /* hover rule for flyouts */	left: 78px; /* this value controls the amount of flyout "overlap" */	top: 5px; /* this value controls the amount of flyout vertical offset */}/*XXXXXXXXXXX Primary hover backgrounds and links XXXXXXXXXX*/.dropdown li:hover {	background: #133e5b; /* hover color effect on dropdown background links */} .dropdown li a:hover {	color: #ffffff; /* hover text color of dropdown links */}.dropdown div li:hover {	background: #003333; /* hover color effect on flyout background links */}/*XXXXXXXXXXX Primary dropdown backgrounds XXXXXXXXXX*/	.one ul {background: #aac6c7;}.two ul {background: #aac6c7;}.three ul {background: #aac6c7;}.four ul {background: #aac6c7;}.five ul {background: #aac6c7;}.six ul {background: #aac6c7;}.dropdown div ul {background: #aac2cf;} /* colors BG of flyouts */ .dropdown div ul a {color: #133e5b;} /* colors text of flyouts */ /*XXXXXXXXXX z-index rules for top nav XXXXXXXXXXX*/.one {z-index: 10;}.two {z-index: 20;}.three {z-index: 30;}.four {z-index: 40;}.five {z-index: 50;}.six {z-index: 60;}.six:hover {z-index: 20;}/* this last is a special trick that reverses the stacking order of the rightmosttop link when it or its children are hovered. This, and the previous rules worktogether so that when a user is on the top link of any flyout, they can move vertically to the top link directly above and not have the sticky hoivering zoneon the flyout get in the way of hovering that top link. */ /*XXXXXXXXXXX Special fixes XXXXXXXXXXX*//* This is to hide the following from IE/Mac. \*//*html .button .dropdown li {	height: 1%;	margin-left: -16px;	mar\gin-left: 0;}html .nav a {	height: 1%;}/* The first 2 rules above fix "bullet region" problems in IE5.x/win, and the 2nd is to make all links fully clickable. */    .brclear { /* Use a break with this class to clear float containers */	clear: both;	height: 0;	margin: 0;	font-size: 1px;	line-height: 1%;}/*\*/ /*/.nav .dropdown, .nav .dropdown div {width: 120px;}.nav .button .dropdown ul {margin: 0px;}.nav .dropdown, .nav .dropdown div {position: static;}.nav .dropdown ul {border: 0;}.mini-zone {display: none;}/* this rule block "dumbs down" the nav for IEmac */
