/* Basic code - don't modify */
 
#nav {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	z-index:10000; /* for overlaying animations */
}
#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#nav a { display: block; }
#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #nav ul { line-height: 0; } /* IE6 "fix" */
#nav ul a { zoom: 1; } /* IE6/7 fix */
#nav ul li { float: none; }
#nav ul ul { top: 0; }

/* Essentials - configure this */

#nav ul { width: 210px; }
#nav ul ul { left: 210px; }

/* Everything else is theming */






#headerImage {
	background: white url('/img/template/banner-bg.jpg') top left no-repeat;
}
.headerImage780 {
	background: white url('/img/template/banner-bg-780.jpg') top left no-repeat !important;
}
#headerImage DIV {
	position:absolute;
	margin: 60px 0px 0px 150px;
	color: #bfe2f1;
	font-size: 11px;
	font-style: oblique;
	font-weight: bold;
	border: none;
}
#headerImage a IMG {
	border: none;
	outline: none;
}
 
.navHead {
	text-align: left;
	vertical-align: bottom;
	background: black url('/img/template/temp_sec_blank.gif') top left no-repeat;
	/* height: 100px; */
	width: 180px;
}
 
.navHead a {
	display:block;
	letter-spacing:0.1em;
	height: 24px;
	margin:0 0 0px 10px;
	text-transform:uppercase;
}
 
.navHead a:link, .navHead a:visited {
	color: white;
}
 
 
 
 
 
 
#nav { 
	height: 24px; 
	margin: 0px;
	WIDTH: 100%;
	TEXT-ALIGN: left;
	BORDER-TOP: #cccccc 1px solid;
	BORDER-BOTTOM: #cccccc 1px solid;
	background-image: url(/img/template/bkg_menu1.gif);
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #333333;
	}
#nav *:hover { background-color: none; }

#nav p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #333333;
	padding: 6px 6px 6px 11px;
	TEXT-DECORATION: none;
	border-right: 1px solid #e1e1e1;
	margin: 0px;
	background-image: none;
	background-color: #F5F5F5;
	}
#nav a { 
	line-height: 1; 	
	letter-spacing: 1px;
	padding: 6px 12px 6px 12px;
	TEXT-DECORATION: none;
	color: #000000;
	border-right: 1px solid #e1e1e1;
	margin: 0px;
	background-image: url(/img/template/bkg_menu1.gif);
		
	}

#nav A:hover {
	BACKGROUND-IMAGE: url(/img/template/bkg_menuBlue2.gif);
	TEXT-DECORATION: none
	background-color: #EAEAEA;
	}
	
#nav li.hover a {
	TEXT-DECORATION: none
	background-color: #EAEAEA;
	}
	
#nav ul {
	top: 25px;
	letter-spacing: 0em;
	background-color: #EAEAEA;
	background-image: none;
}

#nav ul li a {
	letter-spacing: 0em;
	background-color: #EAEAEA;
	background-image: none;
	white-space:nowrap;
}

#nav ul a.hover {
	background-color: #F5F5F5;
	background-image: none;
	color: #CC0000;
	letter-spacing: 0em;
}

#nav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=95); white-space:nowrap;}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

#nav ul ul a.hover {
	background-color: #e2eff7;
	background-image: none;
	color: #CC0000;
	letter-spacing: 0em;
}

#nav ul ul a {
	border-bottom: 1px solid white;
	border-right: none;
	opacity: 0.9;
	filter: alpha(opacity=95);
	background-color: #F5F5F5;
	white-space:nowrap;
}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */
#nav ul ul ul a.hover {
	background-color: #F5F5F5;
	background-image: none;
	color: #CC0000;
	letter-spacing: 0em;
}

#nav ul ul ul a {
	border-bottom: 1px solid white;
	border-right: none;
	opacity: 0.9;
	filter: alpha(opacity=95);
	background-color: #e2eff7;
	white-space:nowrap;
}

