@charset "utf-8";
/* CSS Document */

#menubar{
	width: 954px;
	height: 41px;
	margin-top: 15px;
}

#menu {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

#menu li {
	display: inline;
	padding: 0;
	margin: 0;
}

#menu a:link,
#menu a:visited {
	color:#FFF;
	float:left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 12px;
	text-shadow: 0px 0px 0px #000;
}

#menu a:hover {
		color: #fdb51f;
}

#menu-first a{
	width: 191px;
	background-image:url(../images1/headfirsta.png);
	background-repeat:no-repeat;
}

#first #menu-first a {
		width: 191px;
		background-image:url(../images1/headfirstb.png);
		background-repeat:no-repeat;
}

#menu-middle a{
	width: 191px;
	background-image:url(../images1/headmida.png);
	background-repeat:no-repeat;
}

#menu-last a{
	width: 190px;
	margin-left: 0px;
	background-image:url(../images1/headlasta.png);
	background-repeat:no-repeat;
}
#submenubar{
	width: 950px;
	margin-top: 0px;
	height: 25px;
	background-color: #666;
	-moz-box-shadow: 0px 5px 10px #818181;

}

#submenu {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	position: absolute;
}

#submenu li {
	display: inline;
	padding: 0;
	margin: 0;
}

#submenu a:link,
#submenu a:visited {
	color:#FFF;
	float:left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	padding-top: 4px;
	text-shadow: 0px -1px 0px #000;
}

#submenu a:hover {
		color: #fdb51f;
}

#submenu-first a{
	width: 191px;
	height: 25px;
}

#first #submenu-first a {
		width: 192px;
		height: 25px;
		background-image:url(../images1/headfirstb.png);
		background-repeat:no-repeat;
}



.footer
	{
	width: 942px;
	height: 22px;
	background-image: url(../images1/footer.png);
	background-position:top;
	border: 0px solid #666;
	margin-left:0px;
	margin-top: -2px;
	margin-bottom: 10px;
	position: absolute;
	padding: 6px;
	z-index:-10;
	}

.footer ul
	{
	width: 100%;
	padding: 0px;
	margin: 0px;
	}
.footer li{
			width:100%;
			display: inline;
			font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			border-top: none;
			border-right:none;
			margin-left: 6%;
			line-height:100%;
			position: inherit;
			font-size:12px;
			color: #FFF;
			padding: 6px;
			margin-bottom:10px;
			text-shadow: 1px 1px 0px #000;

			}
			.footer li.first
				{
				border-left: 2px solid #666;
				}
			.footer li.last
				{
				border-right: 2px solid #666;
				}
			.footer li a{
				display: inherit;
				text-decoration:none; 
				color: #FFF;
				outline:none;
				width:100%;
				}
				
			.footer li a:visited{
				color:#FFF;
				}
				
			.footer li a:hover, .nav li.pgSelected a{
				color:#F93;
				}


