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

#navmenu {
	background-image: url(../assets/images/navmenubkg-home.jpg);
	background-repeat: no-repeat;
	height: 337px;
	width: 200px;
	float: left;
	position: relative;
	top: 34px;
	left: 15px;
	margin-right: 30px;
	margin-top: 0px;
	margin-left: 0px;	
}
#navmenu span {
	display: none;
}
#navmenu a {
	text-decoration: none;
	color: #333333;
	overflow: hidden;
}


#home {
	height: 60px;
	width: 200px;
	position: absolute;
	top: 16px;
	left: 0px;
}
#homeactive {
	height: 60px;
	width: 200px;
	position: absolute;
	top: 16px;
	left: 0px;
	background-image: url(../assets/images/navhomeactive.jpg);
}
#homeactive span {
	display: none;
}

#aboutus {
	height: 60px;
	width: 200px;
	position: absolute;
	top: 76px;
	left: 0px;
}

#aboutusactive {
	height: 60px;
	width: 200px;
	position: absolute;
	top: 76px;
	left: 0px;
	background-image: url(../assets/images/navaboutusactive.jpg);
}
#contactus {
	height: 60px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 136px;
}
#contactusactive {
	height: 60px;
	width: 200px;
	position: absolute;
	top: 136px;
	left: 0px;
	background-image: url(../assets/images/navcontactusactive.jpg);
}
#brochure {
	height: 60px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 196px;
}
#brochureactive {
	height: 60px;
	width: 200px;
	position: absolute;
	top: 196px;
	left: 0px;
	background-image: url(../assets/images/navbrochureactive.jpg);
}
