/*XXXXXXXXXXXX Primary top nav rules XXXXXXXXXXX*/

.nav {
	position: relative;
	border: 1px solid #888; /* borders the bottom of the top nav */
	border-width: 1px 0;
	background: #E5E5F0;
	width: 100%;
	}
.subnav {
	position: relative;
	background: #eda;
	border: 1px solid #888; /* borders the bottom of the top nav */
	border-width: 0 0px 1px 1px;
	}
.button {
	width: 91px;
	float: left;
	font-size:11px;
	}
.subbutton {
	width: 76px;
	float: left;
	font-size:10px;
	}
	
.floatfix {margin-right: -3px;}
/* this fixes the IE 3px bug that is common in this type of float arrangement */ 

.nav li {text-align: center;}

.nav a {
    display: block;
    color: #000;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
	padding: 6px 0 5px; 
	border-right: 1px solid #888;  /* makes the dividers between the top nav links */
	}
	
.nav a:hover {color: #990000;}

.subnav li {text-align: center;}

.subnav a {
  display: block;
  color: #000;
	font-size: .85em;
	text-decoration: none;
	padding: 6px 0 5px; 
	border-right: 1px solid #888;  /* makes the dividers between the top nav links */
	}
.subnav a:hover {
	color: #990000;
}

.coleeight a {border-right: 0;} /* kills right border on last top link */	
			

/*XXXXXXXXXXX Primary dropdown backgrounds XXXXXXXXXX*/
	
.parent {background: #E5E5F0;}

.highlight {background: #000099;}

.highlight a {color:#FFFFFF;}

.highlight a:hover {color:#9BAAC1;}

/*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;
}

/*\*/ /*/
.nav .dropdown, .nav .dropdown div {width: 189px;}
.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 */

.a2 {
	list-style-type: disc;
}
