* {
	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_bak.png);
	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: 4mm;
	padding-bottom: 0px;
	background-image: url(../images/nav_back_on.jpg);
	background-position: right 0px;
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #FFFFFF;
	text-align: center;
	padding-right: 15px;
	height: 27px;
	margin-bottom: 0px;
	padding-top: 10px;
	border-right-width: 2px;
	border-right-style: ridge;
	border-right-color: #666;
}
#top_nav ul li a:hover {
	/*background-color: #C62274;*/
	background-image: url(../images/nav_bak_back.png);
	color: #1D1D1D;
	background-repeat: repeat-x;
	background-position: center 1px;
	border-right-width: 2px;
	border-right-style: groove;
	border-right-color: #CCCCCC;
}
/*this changes the active link*/		
#home #nav-home a, #about-outklass #nav-about-outklass a, #register #nav-register a, #facilities #nav-facilities a, #profiles #nav-profiles a, #trainingprogrammes #nav-trainingprogrammes a, #events #nav-events a, #courses #nav-courses a, #testimonials #nav-testimonials a, #gallery #nav-gallery a, #contact #nav-contact a {
	background-image: url(../images/nav_bak_back.png);
	background-repeat: repeat-x;
	background-position: left 1px;
	color: #26247B;
	font-weight: normal;
}
/*this changes the hover link*/
#home #nav-home a:hover, #about-outklass #nav-about-outklass a:hover, #register #nav-register a:hover, #facilities #nav-facilities a:hover, #profiles #nav-profiles a:hover, #trainingprogrammes #nav-trainingprogrammes a:hover, #events #nav-events a:hover, #courses #nav-courses a:hover, #contact #nav-contact a:hover#gallery #nav-gallery a:hover,#testimonials #nav-testimonials a:hover  #nav a:active {
	/*background-color: #C62274;*/
color: #000000;
}
