* {
	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: 100%;
	position: static;
	float: left;
	display: inline;
	left: -1px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: left 0px;
	height: 37px;
	background-image: url(../images/nav_back.jpg);
	margin-top: 0px;
	padding: 0px;
}
#top_nav ul {
	margin: 0;
	padding-bottom: 0px;
	padding-top: 0px;
	background-image: url(../images/nav_back_on.jpg);
}
#top_nav ul li {
	display: inline;
	margin: 0;
	right: 25px;
	background-image: url(../images/nav_back_on.jpg);
}
#top_nav ul li a {
	float:left;
	width: auto;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.2mm;
	font-weight: bold;
	padding-bottom: 0px;
	background-image: url(../images/nav_back_on.jpg);
	background-position: right 0px;
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-right: 10px;
	height: 27px;
	margin-bottom: 0px;
	padding-top: 10px;
}
#top_nav ul li a:hover {
	/*background-color: #C62274;*/
		background-image: url(../images/nav_back_over.jpg);
	color: white;
	background-repeat: no-repeat;
	background-position: center;
}
/*this changes the active link*/		
#home #nav-home a, #rollers #nav-rollers a, #products #nav-products a, #fabrication #nav-fabrication a, #drums #nav-drums a, #projects #nav-projects a, #belt #nav-belt a, #conveyor #nav-conveyor a, #contact #nav-contact a {
	background-image: url(../images/nav_back_over.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
/*this changes the hover link*/
#home #nav-home a:hover, #rollers #nav-rollers a:hover, #products #nav-products a:hover, #fabrication #nav-fabrication a:hover, #drums #nav-drums 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;
}
