/* NAV ------------------------ */
#nav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	z-index: 1;
}
	
* html #nav {
	/* hide ie/mac \*/
	height: 1%;
	/* end hide */
}
	
#nav div.wrapper {      
	position: relative; 
	border-bottom: 5px solid #ff0000;
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
}
	
* html #nav div.wrapper {
	margin-bottom: 1px;
}
	
#nav #top_level_nav {           
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid #7F7F7F;
	border-bottom: 1px solid #7F7F7F;
}

	
#nav li {
	float: left;
	display: inline; 
	list-style: none;        
	margin: 0px;
	padding: 0px;        
	line-height: 1em;        
	border-right: 1px solid #7F7F7F;
}
	
#nav a,
#nav a:link,
#nav a:active,
#nav a:visited {
	display: inline-block;
	/* hide from ie/mac \*/
	display: block;
	/* end hide */
	text-decoration: none;        
	margin: 0px;
	padding: 5px;        
	color: black;
	width: 114.5px;
}
	
#nav a:hover {
	color: #ff0000;
}
	
#nav strong {
	display: inline-block;
	/* hide from ie/mac \*/
	display: block;
	/* end hide */        
	color: #ff0000;
}
	
#nav strong a,
#nav strong a:link,
#nav strong a:active,
#nav strong a:visited,
#nav strong a:hover {
	color: #ff0000;
}
	
/* drop down menu -------------------------- */

#top_level_nav {
	position: relative;
}

#top_level_nav li {
	position: relative;
	float: left;		
	text-transform: uppercase;
	font-weight: bold;
}

/* hack to hide drop down items in ie while using jello mold and height / overflow settings to show/hide */
* html #top_level_nav li {
	overflow: hidden;
}
	
#top_level_nav li ul {
	/* display: none; original setting */
	z-index: 1;
	position: absolute;
	top: 100%;
	overflow: hidden; /* this is another way of handling drop down menu hiding*/
	height: 0px;
	left: 0px;
	margin: 0px -1px;
	padding: 0.5em 0px 1px 1px;
}
	
#top_level_nav li>ul {
	top: auto;
	left: auto;
}
	
#top_level_nav li li {
	float: none;
	background-color: transparent;
	border: 0px;
	text-transform: none;
	font-weight: normal;
	
	margin: 0px;
	margin-bottom: -3px;
	padding: 0px;
	
	line-height: 11px;
	
	display: block;
}

/* hack to show drop down items while using jello mold and height / overflow settings to show/hide */
#top_level_nav li.over {
	overflow: visible;
}

#top_level_nav li:hover ul, #top_level_nav li.over ul {
	display: block;
	/* top: 100%; */
	height: auto;
	overflow: visible; /* this is another way of handling drop down menu showing*/
	background: url(../images/ddbg.gif) no-repeat bottom left;
	padding-bottom: 17px; /* 20px, controls space between last dd list item and bg image */
	border-right: 1px solid #7f7f7f;
}

#top_level_nav li li a {
	display: block;
}


/* div nav_2 (directly below nav) ---------------- */

#nav_2 {
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	width: 100%;
	float: left;
	border-bottom: 1px solid #ff0000;
	line-height: 1em;
}

#nav_2 ul {
	margin: 0px;
	padding: 0px;
    list-style: none;
	text-align: center;
	width: 100%;
	background-color: #7f7f7f; /* white line graphic removed */
	float: left; /* forces firefox to display ul bg color */
	border-bottom: 1px solid white;
}

#nav_2 ul li {
	float: left;
	border-right: 1px solid white;
	margin: 0px;
	padding: 0px;	
}

#nav_2 ul li.first {
	margin-left: 22px;
}

#nav_2 a, 
#nav_2 a:link, 
#nav_2 a:active, 
#nav_2 a:visited {
	color: white;
	margin: 0px;
	padding: 2px 15px;
	width: auto;
}

/*new*/
/*
This has been removed from each of the following,
as the subnav showed through the nav rollover:
position: relative; 
	(fixes peekaboo ie bug - rollover of background
	colors on hover hides top nav) 
*/
#nav_2 ul li.firstHighlight {
	margin-left: 22px;
	color: #f00;
	background-color: white;
	font-weight: bold;
}
#nav_2 ul li.firstHighlight a:visited{
	color: #f00;
	background-color: white;
	font-weight: bold;
}
#nav_2 ul li.highlight {
	color: #f00;
	background-color: white;
	font-weight: bold;
}
#nav_2 ul li.highlight a:visited {
	color: #f00;
	background-color: white;
	font-weight: bold;
}
#nav_2 ul li.lastHighlight {
	border-right: 0px;
	color: #f00;
	background-color: white;
	font-weight: bold;
}
#nav_2 ul li.lastHighlight a:visited{
	border-right: 0px;
	color: #f00;
	background-color: white;
	font-weight: bold;
}
/*end new*/

#nav_2 a:hover {
	color: #ff0000;
	background-color: white;
	position: relative; /* fixes peekaboo ie bug - rollover of background colors on hover hides top nav */
}

#nav_2 li.last {
	border-right: 0px;
}

/* breadcrumbs ----------------------- */

#breadcrumbs {
	float: left;
	width: 100%;
	border-bottom: 1px solid #C3D4DB;
	margin: 0px;
	padding: 0px;
	color: #6894A6;
}

#breadcrumbs ul {
	width: auto;
	margin: 0px;
	margin-left: 37px;
	padding: 0px;
}

#breadcrumbs ul li {
	display: inline;
	list-style: none;
	border-right: 0px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
}

#breadcrumbs ul li a, 
#breadcrumbs a:link, 
#breadcrumbs a:active, 
#breadcrumbs a:visited, 
#breadcrumbs a:hover {
	color: #6894A6;
	padding: 3px 0px;
	width: auto;
}

#breadcrumbs a:hover {
	color: #ff0000;
}