@charset "utf-8";
/* CSS Document */

.sectionMenuLink {
width: 106px;
height: 158px;
padding: 0;
margin: 0;
position: relative;
text-align: center;
}

.sectionMenuLink .rollOverImg {
position: absolute;
width: 106px;
height: 158px;
top: 0;
left: 0;
display: none;
}
.sectionMenuLink a {
display: block;
width: 80px;
height: 158px;
position: absolute;
top: 0;
left: 13px;
}
.sectionMenuLink a span {
display: block;
padding-top: 112px;
text-align: center;
font-size: 11px;
line-height: 14px;
}


#sectionMenuLink1 { background: url(images/button1b.jpg) no-repeat top left; }
#sectionMenuLink1 .rollOverImg { background: url(images/button1a.jpg) no-repeat top left; }

#sectionMenuLink2 { background: url(images/button2b.jpg) no-repeat top left; }
#sectionMenuLink2 .rollOverImg { background: url(images/button2a.jpg) no-repeat top left; }

#sectionMenuLink3 { background: url(images/button3b.jpg) no-repeat top left; }
#sectionMenuLink3 .rollOverImg { background: url(images/button3a.jpg) no-repeat top left; }

#sectionMenuLink4 { background: url(images/button4b.jpg) no-repeat top left; }
#sectionMenuLink4 .rollOverImg { background: url(images/button4a.jpg) no-repeat top left; }

#sectionMenuLink5 { background: url(images/button5b.jpg) no-repeat top left; }
#sectionMenuLink5 .rollOverImg { background: url(images/button5a.jpg) no-repeat top left; }




