#banner {
	width:758px;
	height:125px;
	background:#FFF url(../confimages/banner2.jpg) no-repeat;
	margin-bottom:10px;
}

#IEspacer {
	height:97px;
	width:758px;
}

#nav {
	list-style:none;
	text-align:right;
	font-weight:bold;
	margin:0;
	padding:0;
}


#nav li {
	float:right;
	text-align:center;
}

#nav li a {
	font-size:11px;
	display:block;
	width:120px;
	text-decoration:none;
	color:#333;
	padding:8px 0;
	background-color:#FFF;
	}	

#nav li a:hover {
	background:url(../confimages/navlink.png) no-repeat;
	text-decoration:none;
}

