/*XXXXXXXXXXXX Primary top nav rules XXXXXXXXXXX*/
#top_nav {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.nav {
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.button {
	display: inline;
	list-style: none;
	padding-right: 10px;
	margin-left: 3px;
	float: left;
	background-image: url(Images/parent-back.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.parent {
	position: relative;
	font-weight: bold;
	text-align: left;
	line-height:  1.20em;
	background-image: url(Images/button-back.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
/*XXXXXXXXXXXX Primary dropdown/flyout rules XXXXXXXXXXX*/
.dropdown {
	width: 90px;
	position: absolute;		
	left: -3000px;
	top: 1.0em; /* puts dropdowns directly under top nav */
	text-align: left; /* needed because IE misapplies text centering to boxes */	
	background: url(bgfix.gif);
	}
.dropdown div {
	width: 90px;
	position: absolute;		
	left: -3000px;
	top: 0;
	background: url(bgfix.gif);
	text-align: left; /* needed because IE misapplies text centering to boxes */
	}
.dropdown ul { 
	width: 110px; /* tweaked so that dropdowns appear to "line up" with top links */
	margin: 0 30px 30px 30px; /* creates "sticky hovering" zones for dropdowns */
	border: 1px solid #BEBA23; 
	border-width: 1px 1px 0; 
  } /* borders sides and top of the dropdowns and flyouts; links provide the bottom border */
.dropdown div ul {margin: 30px 30px 30px 0;} /* creates "sticky hovering" zones for flyouts */
.nav li {
	text-align: left;
}
.nav a {
	display: inline;
	color: #F3EB1B;
	text-decoration: none;
	padding: 2px 2px 2px 10px; 
	}
.topmenu, a.topmenu:visited, a.topmenu:link {
	color: #F3EB1B;
	font-size: .8em;
	text-decoration: none;
}
a.topmenu:hover, a.topmenu:active {
	color: #BEBA23;
	font-size: .8em;
	text-decoration: none;
}
.submenu, .submenu:link, .submenu:visited {
	color: #F3EB1B;
	font-size: .8em;
	text-decoration: none;
}
.submenu:hover, .submenu:active {
	color: #BEBA23;
	font-size: .8em;
	text-decoration: none;
}
.four a {border-right: 0;} /* kills right border on last top link */
.nav ul ul a {
	color: #F3EB1B;
	border-right: 0; /* negates right border for dropdowns and flyouts */
  }
.dropdown li {
	list-style: none; /* kills the list item "bullet" markers */
	font-weight: bold;
	text-align: center;
	position: relative; 
	z-index:  2;
	border-bottom: 1px solid #BEBA23;  /* borders the bottoms of the dropdown and flyout links */
	vertical-align: bottom; /* IE5/win bugfix */
  }
.button:hover div.dropdown {
	left: -30px;
} /* hover rule for dropdowns */ 
/* extra pixel makes dropdowns "line up" with top links */ 
.dropdown li:hover div { /* hover rule for flyouts */
	left: 120px; /* this value controls the amount of flyout "overlap" */
	top: -30px; /* this value controls the amount of flyout vertical offset */
	}
.nav div.mini-zone { /* special hover zone that covers the "danger corner" */
	padding: 0;
	width: 15px;
	height: 15px;  
	font-size: 1px;
	left: -3000px;
	bottom: -15px;
	top: auto;	
	background: url(images/bgfix.gif);
	}
.nav .dropdown li:hover div.mini-zone { /* hover rule for mini-zones */
	left: auto;
	right: 8px;
	top: auto;
	}
/*XXXXXXXXXXX Primary dropdown backgrounds XXXXXXXXXX*/
.dropdown ul {background: url(Images/menuback.gif);} /* colors BG of flyouts */ 
}

/*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: 0;
}
/*h1 {position: absolute; left: -3000px;}

h2 {font-size: 1em;}*/