/* CSS Document */
/* rollover menus from http://www.elated.com/articles/css-rollover-buttons/*/

.hiddenPic {
	display:none;
	}
	
#menu {
	display:block;
	width:940px;
	margin-left:10px;
	margin-bottom:10px;
	}
	
#left {
	display:block;
	background:url(../images/menu/menu-left.jpg) no-repeat 0 0;
	width:75px;
	height:62px;
	float:left;
	}

/*#left:hover {
	background:url(../images/menu/ro-button-home.jpg) no-repeat 0 0;
}*/

#left span {
  display: none;
}

#home {
	display:block;
	background:url(../images/menu/menu-home.jpg) no-repeat 0 0;
	width:96px;
	height:62px;
	float:left;
	}

#home:hover {
	background:url(../images/menu/menu-ro-home.jpg) no-repeat 0 0;
}

#home span {
  display: none;
}
	
#about {
	display:block;
	background:url(../images/menu/menu-about.jpg) no-repeat 0 0;
	width:120px;
	height:62px;
	float:left;
	}

#about:hover {
	background:url(../images/menu/menu-ro-about.jpg) no-repeat 0 0;
}

#about span {
  display: none;
}

#who {
	display:block;
	background:url(../images/menu/menu-who.jpg) no-repeat 0 0;
	width:190px;
	height:62px;
	float:left;
	}

#who:hover {
	background:url(../images/menu/menu-ro-who.jpg) no-repeat 0 0;
}

#who span {
  display: none;
}

#what {
	display:block;
	background:url(../images/menu/menu-what.jpg) no-repeat 0 0;
	width:144px;
	height:62px;
	float:left;
	}

#what:hover {
	background:url(../images/menu/menu-ro-what.jpg) no-repeat 0 0;
}

#what span {
  display: none;
}

#training {
	display:block;
	background:url(../images/menu/menu-training.jpg) no-repeat 0 0;
	width:113px;
	height:62px;
	float:left;
	}

#training:hover {
	background:url(../images/menu/menu-ro-training.jpg) no-repeat 0 0;
}

#training span {
  display: none;
}

#contact {
	display:block;
	background:url(../images/menu/menu-contact.jpg) no-repeat 0 0;
	width:129px;
	height:62px;
	float:right;
	}

#contact:hover {
	background:url(../images/menu/menu-ro-contact.jpg) no-repeat 0 0;
}

#contact span {
  display: none;
}

#right {
	display:block;
	background:url(../images/menu/menu-right.jpg) no-repeat 0 0;
	width:73px;
	height:62px;
	float:right;
	}

/*#right:hover {
	background:url(../images/menu/menu-ro-right.jpg) no-repeat 0 0;
}*/

#right span {
  display: none;
}

