@charset "utf-8";
/* CSS Document */

/* css rollover navigation */

/* removes bullets, padding & margin offset: */
ul.nav1 {
list-style-type: none;
padding-left: 0;
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
}

ul.nav1 a { zoom: 1; } /* fixes IE6 bug */

ul.nav1 a {
	display: block;
	width: 170px;
	text-decoration: none;
}

ul.nav1 a:hover {
	background-position: -170px 0;
}

a.rollover1 {
	height: 34px;
	background: url("../images/nav/nav1.jpg");
	}
	
a.rollover2 {
	height: 32px;
	background: url("../images/nav/nav2.jpg");
	}

a.rollover3 {
	height: 33px;
	background: url("../images/nav/nav3.jpg");
	}
	
a.rollover4 {
	height: 50px;
	background: url("../images/nav/nav4.jpg");
	}

a.rollover5 {
	height: 50px;
	background: url("../images/nav/nav5.jpg");
	}
	
a.rollover6 {
	height: 36px;
	background: url("../images/nav/nav6.jpg");
	}	

a.rollover7 {
	height: 32px;
	background: url("../images/nav/nav7.jpg");
	}

a.rollover8 {
	height: 35px;
	background: url("../images/nav/nav8.jpg");
	}

a.rollover9 {
	height: 32px;
	background: url("../images/nav/nav9.jpg");
	}

a.rollover10 {
	height: 36px;
	background: url("../images/nav/nav10.jpg");
	}

a.rollover11 {
	height: 80px;
	background: url("../images/nav/keepitreal.jpg");
	margin-top: 25px;
	}
	
.displace {
	position: absolute;
	left: -5000px;
	}	

/* training_nav */
.main #container #mainContent .training_nav {
	height: 65px;
	}
	
.main #container #mainContent .training_nav a {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FC0;
	display: block;
	height: 30px;
	width: 125px;
	float: left;
	text-align: center;
	line-height: 27px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	position: relative;
	top: 10px;
	left: 54px;
	font-style: italic;
}

.main #container #mainContent .training_nav a:hover {
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

