* {
	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: 900px;
	position: static;
	float: left;
	display: inline;
	left: 0px;
	margin-left: 0px;
	height: 35px;
	margin-top: 0px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cb2028;
}
#top_nav ul li a:hover {

}
/*this changes the active link*/		
#home #nav-home a, #about #nav-about a, #moreinfo #nav-moreinfo a, #solutions #nav-solutions a, #services #nav-services a, #partners #nav-partners a, #news #nav-news a, #clients #nav-clients a, #privacy #nav-privacy a, #contact #nav-contact a {


	color: #ffffff;
}
/*this changes the hover link*/
#home #nav-home a:hover, #about #nav-about a:hover, #moreinfo #nav-moreinfo a:hover, #solutions #nav-solutions a:hover, #services #nav-services a:hover, #partners #nav-partners a:hover, #news #nav-news a:hover, #clients #nav-clients a:hover, #contact #nav-contact a:hover, #privacy #nav-privacy a:hover   #nav a:active {

}
