body {
	background: #f1efe2;
	text-align: center;
}

ul#nav {
	position: relative;
	margin: 0 auto 0 auto;
	width: 650px;
	padding: 0;
	border: 5px solid #fff;
	height: 120px;
	background: #666 url(header.png) no-repeat left top;
	list-style-type: none;
}

ul#nav li a {
	position: absolute;
	top: 68px;
	width: 84px;
	text-indent: -9000px;
	text-decoration: none;
	padding: 22px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:22px; /* IE5/Win */
	background: transparent url(nav_f.png) no-repeat;
}

body#welcome li#wel a 			{ background-position: 0 -44px; width: 94px; left: 188px; }
body#welcome li#wel a:hover		{ background-position: 0 -44px; }
body#welcome li#pro a 			{ background-position: -94px 0; left: 282px; }
body#welcome li#pro a:hover		{ background-position: -94px -22px; }
body#welcome li#sup a 			{ background-position: -178px 0; left: 366px; }
body#welcome li#sup a:hover		{ background-position: -178px -22px; }
body#welcome li#con a 			{ background-position: -262px 0; left: 450px; }
body#welcome li#con a:hover		{ background-position: -262px -22px; }

body#products li#wel a			{ background-position: 0 -66px; width: 94px; left: 188px; }
body#products li#wel a:hover		{ background-position: 0 -88px; }
body#products li#pro a			{ background-position: -94px -44px; left: 282px; }
body#products li#pro a:hover		{ background-position: -94px -44px; }
body#products li#sup a			{ background-position: -178px 0; left: 366px; }
body#products li#sup a:hover		{ background-position: -178px -22px; }
body#products li#con a			{ background-position: -262px 0; left: 450px; }
body#products li#con a:hover		{ background-position: -262px -22px; }

body#support li#wel a 			{ background-position: 0 0; width: 94px; left: 188px; }
body#support li#wel a:hover		{ background-position: 0 -22px; }
body#support li#pro a 			{ background-position: -94px -66px; left: 282px; }
body#support li#pro a:hover		{ background-position: -94px -88px; }
body#support li#sup a 			{ background-position: -178px -44px; left: 366px; }
body#support li#sup a:hover		{ background-position: -178px -44px; }
body#support li#con a 			{ background-position: -262px 0; left: 450px; }
body#support li#con a:hover		{ background-position: -262px -22px; }

body#contact li#wel a 			{ background-position: 0 0; width: 94px; left: 188px; }
body#contact li#wel a:hover		{ background-position: 0 -22px; }
body#contact li#pro a 			{ background-position: -94px 0; left: 282px; }
body#contact li#pro a:hover		{ background-position: -94px -22px; }
body#contact li#sup a 			{ background-position: -178px -66px; left: 366px; }
body#contact li#sup a:hover		{ background-position: -178px -88px; }
body#contact li#con a 			{ background-position: -262px -44px; left: 450px; }
body#contact li#con a:hover		{ background-position: -262px -44px; }

p a { color: #666; text-decoration: none; font: 11px/1.5 tahoma, arial, verdana, sans-serif; }
p a em { font-style: normal; border-bottom: 1px solid #999; }
p a:hover em { color: #333; border-bottom: 0; }