@charset "UTF-8";

/* CSS Document */

#menu {
	width:504px;
	height:27px;
	display:block;
	position:relative;
	float:left;
	top:150px;
	left:32px;
	margin:0px;
	z-index:1;
}

#menu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#menu li {
	width:auto;
	height:27px;
	float:left;
	margin:0px;
	padding:0px;
}

#menu .home a {
	background:url(../images/menu_1_home.png) 0 0 no-repeat;
	width:50px;
	height:27px;
	display:block;
	padding:0px;
	text-decoration:none;
}

#menu .aboutus a {
	background:url(../images/menu_2_about.png) 0 0 no-repeat;
	width:50px;
	height:27px;
	display:block;
	padding:0px;
	text-decoration:none;
}

#menu .gallery a {
	background:url(../images/menu_3_gallery.png) 0 0 no-repeat;
	width:56px;
	height:27px;
	display:block;
	padding:0px;
	text-decoration:none;
}

#menu .packages a {
	background:url(../images/menu_4_packages.png) 0 0 no-repeat;
	width:74px;
	height:27px;
	display:block;
	padding:0px;
	text-decoration:none;
}

#menu .services a {
	background:url(../images/menu_5_services.png) 0 0 no-repeat;
	width:66px;
	height:27px;
	display:block;
	padding:0px;
	text-decoration:none;
}

#menu .training a {
	background:url(../images/menu_6_training.png) 0 0 no-repeat;
	width:105px;
	height:27px;
	display:block;
	padding:0px;
	text-decoration:none;
}

#menu .contact a {
	background:url(../images/menu_7_contact.png) 0 0 no-repeat;
	width:103px;
	height:27px;
	display:block;
	padding:0px;
	text-decoration:none;
}

#menu a:hover {
	background-position:0 -27px;
	text-decoration:none;
}
/* MENU CLASSES FOR HOME STATE */
#menu .home1 {
	background:url(../images/menu_1_home.png) 0 -27px no-repeat;
	width:50px;
	height:27px;
	display:block;
	padding:0px;
	text-decoration:none;
}

#menu .aboutus1 {
	background:url(../images/menu_2_about.png) 0 -27px no-repeat;
	width:50px;
	height:27px;
	display:block;
	padding:0px;
	text-decoration:none;
}

#menu .gallery1 {
	background:url(../images/menu_3_gallery.png) 0 -27px no-repeat;
	width:56px;
	height:27px;
	display:block;
	padding:0px;
	text-decoration:none;
}

#menu .packages1 a {
	background:url(../images/menu_4_packages.png) 0 -27px no-repeat;
	width:74px;
	height:27px;
	display:block;
	padding:0px;
	text-decoration:none;
}
#menu .packages1 a:hover {
	background-position:0 -27px;
	text-decoration:none;
}

#menu .services1 a {
	background:url(../images/menu_5_services.png) 0 -27px no-repeat;
	width:66px;
	height:27px;
	display:block;
	padding:0px;
	text-decoration:none;
}
#menu .services1 a:hover {
	background-position:0 -27px;
	text-decoration:none;
}

#menu .training1 {
	background:url(../images/menu_6_training.png) 0 -27px no-repeat;
	width:105px;
	height:27px;
	display:block;
	padding:0px;
	text-decoration:none;
}

#menu .contact1 {
	background:url(../images/menu_7_contact.png) 0 -27px no-repeat;
	width:103px;
	height:27px;
	display:block;
	padding:0px;
	text-decoration:none;
}

/* END css styles for heading buttons */
