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

/* ROLLOVER IMG'S MAIN MENU */
/* Home */
#homeMnu {	/* "link" will be our container, here div tag */
position:relative;	/* link-image place,adapt to your needs */
left: 0px;	/* image dimensions, adapt to your needs */
top: 0px;
height: 34px;
background: url(../img/htmlBodyv3_02.png) top left no-repeat;	/* second image place, for second background */
}

#homeMnu a {	/* definition of the link that will take all of the container's place */
display: block;
height: 34px;
background: url(../img/htmlBodyv3_1_02.png) top left no-repeat;	/* Placement of first image in foregrand */
color: #FFF;
}

#homeMnu a:hover {	/* masking the image when hovering */
background: transparent none;
} 


/*About Us */
#aboutMnu {	/* "link" will be our container, here div tag */
position:relative;	/* link-image place,adapt to your needs */
left: 0px;	/* image dimensions, adapt to your needs */
top: 0px;
height: 35px;
background: url(../img/htmlBodyv3_04.png) top left no-repeat;	/* second image place, for second background */
}

#aboutMnu a {	/* definition of the link that will take all of the container's place */
display: block;
height: 35px;
background: url(../img/htmlBodyv3_1_04.png) top left no-repeat;	/* Placement of first image in foregrand */
color: #FFF;
}

#aboutMnu a:hover {	/* masking the image when hovering */
background: transparent none;
} 


/* Programs */
#programsMnu {	/* "link" will be our container, here div tag */
position:relative;	/* link-image place,adapt to your needs */
left: 0px;	/* image dimensions, adapt to your needs */
top: 0px;
height: 35px;
background: url(../img/htmlBodyv3_05.png);	/* second image place, for second background */
background-repeat: no-repeat;
}

#programsMnu a {	/* definition of the link that will take all of the container's place */
display: block;
height: 35px;
background: url(../img/htmlBodyv3_1_05.png) top left no-repeat;	/* Placement of first image in foregrand */
color: #FFF;
}

#programsMnu a:hover {	/* masking the image when hovering */
background: transparent none;
} 


/* Activities */
#activitiesMnu {	/* "link" will be our container, here div tag */
position:relative;	/* link-image place,adapt to your needs */
left: 0px;	/* image dimensions, adapt to your needs */
top: 0px;
height: 35px;
background: url(../img/htmlBodyv3_06.png) top left no-repeat;	/* second image place, for second background */
}

#activitiesMnu a {	/* definition of the link that will take all of the container's place */
display: block;
height: 35px;
background: url(../img/htmlBodyv3_1_06.png) top left no-repeat;	/* Placement of first image in foregrand */
color: #FFF;
}

#activitiesMnu a:hover {	/* masking the image when hovering */
background: transparent none;
} 


/* Apply */
#applyMnu {	/* "link" will be our container, here div tag */
position:relative;	/* link-image place,adapt to your needs */
left: 0px;	/* image dimensions, adapt to your needs */
top: 0px;
height: 35px;
background: url(../img/htmlBodyv3_07.png) top left no-repeat;	/* second image place, for second background */
}

#applyMnu a {	/* definition of the link that will take all of the container's place */
display: block;
height: 35px;
background: url(../img/htmlBodyv3_1_07.png) top left no-repeat;	/* Placement of first image in foregrand */
color: #FFF;
}

#applyMnu a:hover {	/* masking the image when hovering */
background: transparent none;
} 


/* Contact Us */
#contactMnu {	/* "link" will be our container, here div tag */
position:relative;	/* link-image place,adapt to your needs */
left: 0px;	/* image dimensions, adapt to your needs */
top: 0px;
height: 37px;
background: url(../img/htmlBodyv3_08.png) top left no-repeat;	/* second image place, for second background */
}

#contactMnu a {	/* definition of the link that will take all of the container's place */
display: block;
height: 37px;
background: url(../img/htmlBodyv3_1_08.png) top left no-repeat;	/* Placement of first image in foregrand */
color: #FFF;
}

#contactMnu a:hover {	/* masking the image when hovering */
background: transparent none;
} 

#btmMnu {
	position:relative;	/* link-image place,adapt to your needs */
	left: 0px;	/* image dimensions, adapt to your needs */
	top: -2px;
	width: 195px;
	height: 143px;
}
