﻿/* Script Menu */

#menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{display: block;
}

#menu .home {
	width: 65px;
	height: 45px;
	background: url('../images/home.png') no-repeat;
	left: 295px;
	top: 40px;
}

#menu .departments {
	position: absolute;
	width: 145px;
	height: 45px;
	background: url('../images/Departments.png') no-repeat;
	left: 385px;
 	top: 25px;

}

#menu .about {
	position: absolute;
	width: 145px;
	height: 45px;
	background: url('../images/about%20EBC.png') no-repeat;
	left:540px;
	top:30px;
}

#menu .upcomingevents {
	position: absolute;
	width: 180px;
	height: 45px;
	background: url('../images/upcomingevents.png') no-repeat;
	left: 690px;
 	top: 35px;

}

#menu .contactus {
	position: absolute;
	width: 120px;
	height: 45px;
	background: url('../images/Contact Us.png') no-repeat;
	left: 875px;
 	top: 25px;

}

#menu .sermons {
	position: absolute;
	text-align:center;
	top:165px;
	width: 150px;
	left: 655px; 
	height: 65px;
	background: url('../images/Sermons.png') no-repeat;
	}
	
#menu .easter {
	position: absolute;
	width: 180px;
	height: 150px;
	
	left: 140px;
 	top: 15px;

}
#menu .Upcomingevents {
	position: absolute;
	text-align:center;
	top:165px;
	width: 150px;
	left: 5px; 
	height: 65px;
	background: url('../images/Easter_egg_2011.png') no-repeat;
	}
#menu .leaderboard {
	position: absolute;
	text-align:center;
	top:100px;
    height: 60px;
    width: 234px;
    left: 400px;
	background: url('../images/halfbanner.png') no-repeat;
	}

/* Horizontal Navigation Menu Container */

div.navmenu {
	width: 100%;
	height: 50px;
	
}



