/* HOME BUTTON */

.btnHome a {
background: url(../images/btnHomeOn.gif) no-repeat;
display: block;
width: 77px;
height: 24px;
display: block;
float: left;
}

.btnHome img {
width: 77px;
height: 24px;
border: 0;
}

.btnHome a:hover img {
visibility: hidden;
}



/* ABOUT BUTTON */

.btnAbout a {
background: url(../images/btnAboutOn.gif) no-repeat;
display: block;
width: 62px;
height: 24px;
display: block;
float: left;
}

.btnAbout img {
width: 62px;
height: 24px;
border: 0;
}

.btnAbout a:hover img {
visibility: hidden;
}



/* Events BUTTON */

.btnEvents a {
background: url(../images/btnEventsOn.gif) no-repeat;
display: block;
width: 65px;
height: 24px;
display: block;
float: left;
}

.btnEvents img {
width: 65px;
height: 24px;
border: 0;
}

.btnEvents a:hover img {
visibility: hidden;
}



/* Calendar BUTTON */

.btnCalendar a {
background: url(../images/btnCalendarOn.gif) no-repeat;
display: block;
width: 79px;
height: 24px;
display: block;
float: left;
}

.btnCalendar img {
width: 79px;
height: 24px;
border: 0;
}

.btnCalendar a:hover img {
visibility: hidden;
}



/* Multimedia BUTTON */

.btnMultimedia a {
background: url(../images/btnMultimediaOn.gif) no-repeat;
display: block;
width: 96px;
height: 24px;
display: block;
float: left;
}

.btnMultimedia img {
width: 96px;
height: 24px;
border: 0;
}

.btnMultimedia a:hover img {
visibility: hidden;
}



/* Locations BUTTON */

.btnLocations a {
background: url(../images/btnLocationsOn.gif) no-repeat;
display: block;
width: 84px;
height: 24px;
display: block;
float: left;
}

.btnLocations img {
width: 84px;
height: 24px;
border: 0;
}

.btnLocations a:hover img {
visibility: hidden;
}



/* Financial BUTTON */

.btnFinancial a {
background: url(../images/btnFinancialOn.gif) no-repeat;
display: block;
width: 140px;
height: 24px;
display: block;
float: left;
}

.btnFinancial img {
width: 140px;
height: 24px;
border: 0;
}

.btnFinancial a:hover img {
visibility: hidden;
}



/* CONTACT BUTTON */

.btnContact a {
background: url(../images/btnContactOn.gif) no-repeat;
display: block;
width: 75px;
height: 24px;
display: block;
float: left;
}

.btnContact img {
width: 75px;
height: 24px;
border: 0;
}

.btnContact a:hover img {
visibility: hidden;
}

/* End BUTTON */

.btnEnd a {
background: url(../images/imgMenu.jpg) no-repeat;
display: block;
width: 151px;
height: 24px;
display: block;
float: left;
}

.btnEnd img {
width: 151px;
height: 24px;
border: 0;
}