#navigation {
	width: 180px;
	margin: 0;
	padding: 0;
	float: left;
	/*border: solid 1px green;*/
}

/* ------------ VERTICAL DROP DOWN NAVIGATION STYLES ---------------- */

#col1 #nav ul {
/*	border: 1px solid #666666;*/
}

#col1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px; /* Width of Menu Items */
	/*background-color: #EDEDED;*/
	/*border-bottom: 1px solid #ccc;*/
	}
	
#col1 ul li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px; /* Width of Menu Items */
	/*border-bottom: 1px solid #ccc;*/
	margin-left: 1px;		/* SETS GAP BETWEEN NAVIGATION COLUMN AND DROP DOWNS IN CASE OF BORDER ISSUES */
	}

#col1 ul li {
	position: relative;
/*	z-index: 500;*/
	}
	
#col1 li ul {
	position: absolute;
	left: 179px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#col1 ul li a {
	font-size:	11px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #006BB7; /* IE6 Bug */
	padding: 5px;
	border-bottom: solid 1px #FFFFFF;
	}
	

/* Fix IE. Hide from IE Mac \*/
* html #col1 ul li { float: left; height: 1%; }
* html #col1 ul li a { height: 1%; }
/* End */

#col1 ul li a:hover { 
	color: #FFCC00; 
	background: #CC0000;
} /* Hover Styles */
		
#col1 li ul li a { padding: 5px 5px; } /* Sub Menu Styles - Controls the padding on the drop down menu's*/
		
#col1 li:hover ul, #col1 li.over ul { display: block; } /* The magic */


/* ------------ END OF DROP DOWN MENU CSS CODING ---------------- */

/*XXXXXXXXXXXX Primary top nav rules XXXXXXXXXXX*/

.nav {
	position: relative;
	width: 180px;
/*	float: right;*/
	}
.nav ul {
	padding: 0;
	margin: 0;
}
.button {
	float: left;
	list-style: none;
/*	background-color: #EDEDED;*/
/*	background-color: #000000;*/
	width: 180px;
	}
.parent {
	position: relative;
	padding: 0;
	margin: 0;
}
/* 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: 160px;
	position: absolute;		
	left: -3000px;
	top: 0; 	/* puts dropdowns directly under top nav */
	text-align: left; /* needed because IE misapplies text centering to boxes */	
/*	background: url(images/bgfix.gif);*/
/*	border: solid 1px #999999;*/
	}
	
.dropdown div {
	width: 160px;
	position: absolute;		
	left: -3000px;
	top: 0;  
	background: url(images/bgfix.gif);
	text-align: left; /* needed because IE misapplies text centering to boxes */
	/*border: solid 1px #999999;*/
	}
	
/* 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 { 
	padding: 0;
	width: 159px; /* tweaked so that dropdowns appear to "line up" with top links */
	margin: 0 30px 20px 30px; /* creates "sticky hovering" zones for dropdowns */
	margin: 0 10px 10px 0px;
	border-top: 1px solid #FFFFFF; 
	border-right: 1px solid #FFFFFF; 
	border-left: 1px solid #FFFFFF; 
/*	border-width: 1px 1px 0; */
	list-style: none;
} /* 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 */
	
.four .dropdown ul {width: 160px;} /* modifies width for rightmost "visible" dropdown (tweak) */
		
.four .dropdown div ul {margin: 30px 0 30px 30px; position: relative;} /* rule reversal for "visible" right drop flyouts */

.nav li {
	text-align: left;
	}

.nav a {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
/*	font-size: 85%;*/
	text-decoration: none;
/*	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;*/
	padding: 5px;	
/*	border-left: 1px solid #5F2303;*/  /* makes the dividers between the top nav links */
	background-image: url(../images/menuCell_off.gif);
	}
.nav a:hover {
	display: block;
	color: #FFCC00;
	font-weight: bold;
/*	font-size: 85%;*/
/*	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;*/
	padding: 5px;	
/*	border-left: 1px solid #5F2303;*/  /* makes the dividers between the top nav links */
	background-image: url(../images/menuCell_over.gif);
	background-color: #CCCCCC;
	}
/*.four a {border-right: 0;}*/
 /* kills right border on last top link */
	
.nav ul ul a {
	color: #333333;
	margin: 0;
	font-weight: bold;
/*	font-size: 80%;*/
	text-decoration: none;
/*	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;*/
	padding: 2px 5px;
/*	border-left: 0;
	border-right: 0;*/ /* negates right border for dropdowns and flyouts */
	background-image: url(../images/subMenuCell_off.jpg);
	background-repeat: repeat-x;
/*	border-bottom: 1px solid #5F2303;*/
}
.nav ul ul a:hover {
	color: #FFCC00;
	margin: 0;
/*	font-size: 80%;*/
/*	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;*/
	padding: 2px 5px;
/*	border-left: 0;
	border-right: 0;*/ /* negates right border for dropdowns and flyouts */
	background-image: url(../images/subMenuCell_over.gif);
	background-position: right center;
/*	border-bottom: 1px solid #5F2303;
	background-repeat: repeat-x;*/
	background-color: #CCCCCC;
}
.dropdown li {
	position: relative; 
	vertical-align: bottom; /* IE5/win bugfix */
	border-bottom: solid 1px #999999;
}
				
.parent:hover {background-image: url(images/bgfix.gif);} 
/* this hover calls a transparent GIF only to defeat the IE failed hover bug. Any 
background change on hovering div.parent will make IE obey and display the dropdown.
While the call itself will fix the bug, make sure you actually call a real image 
file so that your site error logs will not fill with failed image calls. */

/* CHANGE THE NEXT SETTING TO CONTROL THE DROP DOWN LEFT VALUE */
.parent:hover div.dropdown {left: 0px;} 
/* hover rule for dropdowns */ 
/* extra pixel makes dropdowns "line up" with top links */ 

.dropdown li:hover div { /* hover rule for flyouts */
	left: 175px; 
	/* this value controls the amount of flyout "overlap" */
	top: -30px; /* this value controls the amount of flyout vertical offset */
	}
	
.four li:hover div { /* reversed flyout rules for rightmost drop flyouts */
	left: -193px; 
	top: -31px;
	}

.nav div.mini-zone { /* special hover zone that covers the "danger corner" */
	padding: 0;
  	width: 15px;
	height: 10px;  
	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;
	}

.nav .four li:hover div.mini-zone { /* reversed hover rule for rightmost drop mini-zones */
	left: 8px;
	}

.dropdown li:hover {background: #006BB7;} /* hover color effect on dropdown links */

.dropdown div li:hover {background: #006BB7;} /* hover color effect on flyout links */


/*XXXXXXXXXXX Primary dropdown backgrounds XXXXXXXXXX*/
	
.one ul {background: #006BB7;}
.two ul {background: #006BB7;}
.three ul {background: #006BB7;}
.four ul {background: #006BB7;}
.five ul {background: #006BB7;}
.six ul {background: #006BB7;}
.dropdown div ul {background: #006BB7;} /* colors BG of flyouts */ 
.dropdown div ul a {color: #006BB7;} /* 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;}
.four:hover {z-index: 20;}
.five {z-index: 50;}
.six {z-index: 60;}
/* 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: 0px;
}

/*\*/ /*/
.nav .dropdown, .nav .dropdown div {width: 160px;}
.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 */