* {
	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 {
	position: static;
	float: left;
	display: inline;
	left: -1px;
	margin-right: auto;
	margin-left: 75px;
	height: 43px;
	margin-top: 0px;
	background-color: #093479;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 100%;
}
#top_nav ul {
	margin: 0;
	padding-bottom: 0px;
	padding-top: 0px;
}
#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.5mm;
	padding-bottom: 0px;
	background-position: right 0px;
	background-repeat: no-repeat;
	padding-left: 24px;
	color: #FFFFFF;
	text-align: center;
	padding-right: 25px;
	height: 29px;
	margin-bottom: 0px;
	padding-top: 14px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: -1px;
}
#top_nav ul li a:hover {
	/*background-color: #C62274;*/
	background-image: url(../images/nav_back.gif);
	color: white;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #D71921;
}
/*this changes the active link*/		
#home #nav-home a, #about #nav-about a, #what #nav-what a, #portfolio #nav-portfolio a, #innovations #nav-innovations a, #downloads #nav-downloads a, #belt #nav-belt a, #training #nav-training a, #contact #nav-contact a {
	background-image: url(../images/nav_back.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 1px;
	background-color: #d71921;
}
/*this changes the hover link*/
#home #nav-home a:hover, #about #nav-about a:hover, #what #nav-what a:hover, #portfolio #nav-portfolio a:hover, #innovations #nav-innovations a:hover, #downloads #nav-downloads a:hover, #belt #nav-belt a:hover, #training #nav-training a:hover, #contact #nav-contact a:hover  #nav a:active {
	/*background-color: #C62274;*/
color: white;
	background-color: #D71921;
	background-image: url(../images/nav_back.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

