* {
	padding:0;
	margin:0
}

a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
}
#top_nav {
	display: inline;
	background-repeat: no-repeat;
	background-position: left 0px;
	background-image: url(../images/navigation_background.gif);
	margin-top: 50px;
	padding: 0px;
	margin-left: 240px;
	float: left;
	width: auto;
	height: 52px;
}
#top_nav ul {
	padding-bottom: 0px;
	padding-top: 0px;
	background-image: url(../images/nav_back_on.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-left: 20px;
	height: 35px;
}
#top_nav ul li {
	display: inline;
	background-color: #000000;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	width:77px;
	height: 35px;
}
#top_nav ul li a {
	float:left;
	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 11px;
	background-repeat: no-repeat;
	color: #333333;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 22px;
	width: 77px;
	height: 35px;
}
#top_nav ul li a:hover {
	/*background-color: #C62274;*/
	background-image: url(../images/home-back-hover2.gif);
	color: #000000;
	background-repeat: no-repeat;
	background-position: center 11px;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 22px;
	width: 77px;
	height: 35px;
}
/*this changes the active link*/		
#home #nav-home a,
#services #nav-services a,
#products #nav-products a, 
#support #nav-support a, 
#about #nav-about a, 
#belt #nav-belt a, 
#contact #nav-contact a
{
	background-image: url(../images/home-back.gif);
	background-repeat: no-repeat;
	background-position: center 11px;
	color: #FFFFFF;
	font-size: 4mm;
	width: 77px;
	height: 35px;

}
/*this changes the hover link*/
#home #nav-home a:hover,
#services #nav-services a:hover, 
#products #nav-products a:hover, 
#support #nav-support a:hover, 
#about #nav-about a:hover,
#contact #nav-contact a:hover
{
	background-image: url(../images/home-back-hover.gif);
	background-repeat: no-repeat;
	background-position: center 11px;
	color: #FFFFFF;
	font-size: 4mm;
	width: 77px;
	height: 35px;
}
#belt #nav-belt a:hover,
#nav a:active {
	color: #019ECB;
	height: 35px;

	/*background-color: #C62274;*/

}
