* {
	padding:0;
	margin:0
}

a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
}
#container {
	margin: 0 auto 0 auto;
	width: 100%;
	position: relative;
	text-align: left;
}
#top_nav {
	width: 933px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 30px;
	background-image: url(../images/main-nav-back.jpg);
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#top_nav ul {
	margin: 0;
	padding-bottom: 0px;
	padding-top: 0px;
	background-image: url(../images/nav_back_on.jpg);
	float: left;
	display: inline;
	width: 900px;
}
#top_nav ul li {
	display: inline;
	margin: 0;
	right: 25px;
	background-image: url(../images/nav_off.jpg);
	background-repeat: repeat-x;
}
#top_nav ul li a {
	float:left;
	width: auto;
	text-decoration:none;
	font-family: "Trebuchet MS", "Times New Roman", Tahoma;
	font-size: 3.2mm;
	font-weight: bold;
	padding-bottom: 0px;
	background-image: url(../images/nav_off.jpg);
	background-position: right 0px;
	background-repeat: repeat-x;
	padding-left: 10px;
	color: #000000;
	text-align: center;
	padding-right: 10px;
	height: 24px;
	margin-bottom: 0px;
	padding-top: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DE0000;
}
#top_nav ul li a:hover {
	/*background-color: #C62274;*/
		background-image: url(../images/nav_hover.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
/*this changes the active link*/		
#home #nav-home a, #about #nav-about a, #products #nav-products a, #innovation #nav-innovation a, #standards #nav-standards a, #products #nav-products a, #EN1729 #nav-EN1729 a, #BSF-PSP #nav-BSF-PSP a, #environment #nav-environment a, #contact #nav-contact a {
	background-image: url(../images/nav_hover.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #D50100;
}
/*this changes the hover link*/
#home #nav-home a:hover, #about #nav-about a:hover, #products #nav-innovation a:hover, #standards #nav-standards a:hover, #products #nav-products a:hover, #innovation #nav-innovation a:hover, #EN1729 #nav-EN1729 a:hover, #BSF-PSP #nav-BSF-PSP a:hover, #environment #nav-environment a:hover, #contact #nav-contact a:hover  #nav a:active {
	/*background-color: #C62274;*/
color: #000066;
	background-image: url(../images/nav_hover.jpg);
}
