@charset "utf-8";
/*
	nav.css
	developed by iomer internet solutions - 2008
	iomer.com
	AJ Wright
*/

/* ---------- Main navigation ---------- */
ul.mainNavList {
	width: 900px;
	padding-top: 28px;
	margin: 0 auto;
	list-style: none;
	position: relative;
	}

ul.mainNavList li.level0 {
	float: left;
	margin-left: 10px;
	position: relative;
	height: 47px;
	}
ul.mainNavList li.first { margin-left: 11px; }

/* IE6 Hack to prevent double padding / margins */
* html ul.mainNavList li.first { display: inline; }

ul.mainNavList li.level0 a {
	position: absolute;
	display: block;
	top: 0;	left: 0;
	border: none;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	line-height: 0;
	background: none;
	z-index: 10000;
	}

ul.mainNavList li a:link,
ul.mainNavList li a:visited,
ul.mainNavList li a:hover,
ul.mainNavList li a:active { border: none; }

ul.mainNavList li span.fhover {
	height: 47px;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 10;
	line-height: 0;
	}

#navHome { background: url(../images/homeBtn.gif) top left no-repeat scroll; width: 73px; }
#navAbout { background: url(../images/aboutUsBtn.gif) top left no-repeat scroll; width: 210px; }
#navProgs { background: url(../images/progsBtn.gif) top left no-repeat scroll; width: 187px; }
#navResources { background: url(../images/resourceBtn.gif) top left no-repeat scroll; width: 167px; }
#navInfo { background: url(../images/infoBtn.gif) top left no-repeat scroll; width: 200px; }

#navHome .fhover { background: url(../images/homeBtn_hover.gif) top left no-repeat scroll; width: 73px; }
#navAbout .fhover { background: url(../images/aboutUsBtn_hover.gif) top left no-repeat scroll; width: 210px; }
#navProgs .fhover { background: url(../images/progsBtn_hover.gif) top left no-repeat scroll; width: 187px; }
#navResources .fhover { background: url(../images/resourceBtn_hover.gif) top left no-repeat scroll; width: 167px; }
#navInfo .fhover { background: url(../images/infoBtn_hover.gif) top left no-repeat scroll; width: 200px; }
/* ---------- Main Nav Flyout ---------- */
/*
ul.mainNavList li.level0 ul {
	position: absolute;
	display: none;
	top: 50px;
	left: 0;
	width: 100%;
	}
ul.flyout li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;

	width: 100%;
	clear: left;
	height: auto;
	border-bottom: 1px solid #1a717b;
	}
ul.flyout li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	display: block;
	margin: 0 auto;
	height: 100%;
	width: 180px;
	padding: 0 10px;
	text-indent: 0;
	text-align: left;
	line-height: 30px;
	}
ul.flyout li a:link,
ul.flyout li a:visited { background-color: #3a7f88; color: #FFF; }
ul.flyout li a:hover,
ul.flyout li a:active { background-color: #155f68; color: #FFF; }

*/
/* ---------- Quicklink navigation ---------- */
/* #832b19	 */
ul.qlLevel1 {
	/* width: 175px;*/
	list-style-position: outside;
	list-style-type: none;
	}
ul.qlLevel1 li {
	font: 15px/17px normal normal normal Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1px;
	}
ul.qlLevel1 a {
	display: block;
	padding: 3px 3px 3px 10px;
	}
ul.qlLevel1 a:link, ul.qlLevel1 a:visited { background-color: #eeeee4; 	border: 0 none;} 
ul.qlLevel1 a:hover, ul.qlLevel1 a:active {	background-color: #e5e5dc; 	border: 0 none;}

/* LEVEL 2 */
ul.qlLevel2 {
	margin: 8px 0 12px 0;
	list-style: none;
	}
ul.qlLevel2 li {
	margin: 2px 0 0 20px;
	padding-left: 10px;
	background: url(../images/dot.gif) 0 50% no-repeat scroll transparent;
	}
ul.qlLevel2 a {
	font: 12px/16px normal normal normal Arial, Verdana, Helvetica, sans-serif;
	display: inline;
	color: #145d66;
	padding: 0; 
	text-decoration:none;
	}
ul.qlLevel2 a:link, ul.qlLevel2 a:visited { border-bottom: 1px dotted #85aaad; background-color: transparent; }
ul.qlLevel2 a:hover, ul.qlLevel2 a:active {	border-bottom: 1px solid #145d66; background-color: transparent; }

/*---------- SUBNAVI -------- */
/*	moved to a theme skin:
	~/App_Themes/CPSA/Panelbar/style.css
*/