* {
	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: 927px;
	position: static;
	float: left;
	display: inline;
	background-repeat: repeat-x;
	background-position: left 0px;
	height: 31px;
	background-image: url(../images/nav_back.jpg);
	margin-top: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
}
#top_nav ul {
	margin: 0;
	padding-bottom: 0px;
	padding-top: 0px;
}
#top_nav ul li {
	display: inline;
	margin: 0;
	right: 25px;
}
#top_nav ul li a {
	float:left;
	width: auto;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.2mm;
	padding-bottom: 0px;
	background-image: url(../images/nav_back_on.jpg);
	background-position: right 0px;
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #FFFFFF;
	text-align: center;
	padding-right: 20px;
	height: 23px;
	margin-bottom: 0px;
	padding-top: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#top_nav ul li a:hover {
	color: white;
	background-color: #E8008C;
}
/*this changes the active link*/		
#home #nav-home a, 
#products #nav-products a, 
#fabrication #nav-fabrication a, 
#about #nav-about a, 
#projects #nav-projects a, 
#belt #nav-belt a, 
#conveyor #nav-conveyor a, 
#contact #nav-contact a {
	background-repeat: no-repeat;
	background-position: center;
	background-color: #E8008C;
}
/*this changes the hover link*/
#home #nav-home a:hover, 
#products #nav-products a:hover, 
#fabrication #nav-fabrication a:hover, 
#about #nav-about a:hover, 
#projects #nav-projects a:hover, 
#belt #nav-belt a:hover, #conveyor 
#nav-conveyor a:hover, 
#contact #nav-contact a:hover,  
#nav a:active {
	/*background-color: #C62274;*/
color: white;
	background-color: #E8008C;
}
