/***** ZERO ALL ELEMENTS *****/
html,body,table,tr,td,br,form,h1,h2,h3,h4,div,ul,li {
	margin: 0px; padding: 0px;
	font-family: arial, helv, helvetic, verdana;	
	color: #fff;}
/***** LAYOUT *****/
#pagecontainer {
	width: 926px;
	height: 41px;
	margin-left: auto;
	margin-right: auto;
	margin:0px;
	padding:0px;
	
}	
#ontop {
        width:944px;
		height:178px;
		background-image: url(header.jpg);
		background-position: center;
		background-repeat: no-repeat;}
	
	#topnav {
		width: 930px;
		height: 40px;
		background-image : url(nav_bg.gif);		
		position: relative;		
		z-index: 1;
		margin: 0px 0px 0px 0px;
		}
		
		/*border:1px solid white;*/
		
	
		#topnav ul {
			width: 930px;
			height: 41px;
			margin: 2px 0px 2px 0px;
			z-index: 9;
			
			
		}
		
			#topnav ul li {
				float: left;
				list-style: none;
				width: px;
				height: 41px;
				text-align: center;
				border-right: 2px solid #ae151a;
				position: relative;
				z-index: 9;
			}
			
			#topnav ul li.tnend { width: 124px; border-right: 0px; }
	
			#topnav ul li a:link, #topnav ul li a:visited {
				display: block;
				height: 35px;
				padding-top: 5px;
				color: #fcfcfc;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 12px;
				font-weight: bold;
				background: ;
				padding: 5px 8px 0px 8px;
				z-index: 9;
			}
			
			#topnav ul li a:hover { text-decoration: underline; }
			
			#topnav ul li a.active:link, #topnav ul li a.active:visited {
				background: #DBE1E5;
				border-bottom: 0px solid #DBE1E5;
			}
			
			/* subnav: sittin' on top of the world. */
			#topnav ul div.subnav {
				position: absolute;
				z-index: 9;
				width: 200px;
				top: 41px;
				left: 0px;
				height: 100%;
			}
			
			#topnav ul div.subnavright { left: auto; left: 0px; }

			/* subnav: hide, hide, the cows outside! */
			#topnav ul li div.subnav,
			#topnav ul li:hover div.subnav
			{ display: none; }

			/* subnav: comin' out the closet */
			#topnav ul li:hover div.subnav
			{ display: block; }


			#topnav div.subnav ul {
				position: relative;
				margin: 0px;
				padding: 0px;
				width: 200px;
				border: 0px;
				float: none;
				z-index: 9;
				display: block;
			}

				#topnav div.subnav ul li {
					display: block;
					float: none;
					margin: 0px;
					padding: 0px;
					text-align: left;
					border: 0px;
					width: 200px;
					border-bottom: 1px solid #749ebf;
					height: 28px;
					line-height: 26px;
					z-index: 9;
				}

					#topnav div.subnav ul li a:link, #topnav div.subnav ul li a:visited {
						display: block;
						float: none;
						text-align: left;
						color: #fff;
						background: #105e84;
						height: 28px;
						padding: 0px 20px;
						text-transform: uppercase;
						z-index: 9;
					}

					#topnav div.subnav ul li a:hover {
						color: #fff;
						background: #257aa4;
						border: 0px;
					}
	

