body {
	background-color: #000;
}
#header {
	width: 1000px;
}
.intrafuseLogo {
	float: right;
	padding-top: 50px;
}
#navBar {
	width: 973px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	height: 29px;
}
#nav {
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
#nav li {
	display:inline;
	padding:0;
	margin:0;
}
#nav a:link,
#nav a:visited {
	color:#b4b0a2;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	padding-top: 8px;
	text-shadow: 0px -1px 0px #000;
}
#nav a:hover {
	color:#fdb51f;
}
#nav-home a {
	width: 139px;
	height: 21px;
	background-image: url(../images/navHome1.png);
	background-repeat: no-repeat;
}
#home #nav-home a {
	width: 139px;
	height: 21px;
	background-image: url(../images/navHome2.png);
	background-repeat: no-repeat;
	color: #000;
	font-weight: bold;
	text-shadow: 0px 1px 0px #fee0a1;
}
#nav-products a {
	width: 139px;
	height: 21px;
	background-image: url(../images/navButton1.gif);
	background-repeat: no-repeat;
}
#products #nav-products a {
	width: 139px;
	height: 21px;
	background-image: url(../images/navButton2.gif);
	background-repeat: no-repeat;
	color: #000;
	font-weight: bold;
	text-shadow: 0px 1px 0px #fee0a1;
}
#nav-buy a {
	width: 139px;
	height: 21px;
	background-image: url(../images/navButton1.gif);
	background-repeat: no-repeat;
}
#buy #nav-buy a {
	width: 139px;
	height: 21px;
	background-image: url(../images/navButton2.gif);
	background-repeat: no-repeat;
	color: #000;
	font-weight: bold;
	text-shadow: 0px 1px 0px #fee0a1;
}
#nav-media a {
	width: 139px;
	height: 21px;
	background-image: url(../images/navButton1.gif);
	background-repeat: no-repeat;
}
#media #nav-media a {
	width: 139px;
	height: 21px;
	background-image: url(../images/navButton2.gif);
	background-repeat: no-repeat;
	color: #000;
	font-weight: bold;
	text-shadow: 0px 1px 0px #fee0a1;
}
#nav-support a {
	width: 139px;
	height: 21px;
	background-image: url(../images/navButton1.gif);
	background-repeat: no-repeat;
}
#support #nav-support a {
	width: 139px;
	height: 21px;
	background-image: url(../images/navButton2.gif);
	background-repeat: no-repeat;
	color: #000;
	font-weight: bold;
	text-shadow: 0px 1px 0px #fee0a1;
}
#nav-about a {
	width: 139px;
	height: 21px;
	background-image: url(../images/navButton1.gif);
	background-repeat: no-repeat;
}
#about #nav-about a {
	width: 139px;
	height: 21px;
	background-image: url(../images/navButton2.gif);
	background-repeat: no-repeat;
	color: #000;
	font-weight: bold;
	text-shadow: 0px 1px 0px #fee0a1;
}
#nav-contact a {
	width: 139px;
	height: 21px;
	background-image: url(../images/navContact1.png);
	background-repeat: no-repeat;
}
#contact #nav-contact a {
	width: 139px;
	height: 21px;
	background-image: url(../images/navContact2.png);
	background-repeat: no-repeat;
	color: #000;
	font-weight: bold;
	text-shadow: 0px 1px 0px #fee0a1;
}

#nav a:active {
	color:#fdb51f;
}

