.curriculumbutton
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(curriculum button 2.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 100px;
height: 25px;
margin: 0;
padding: 0;
}

.curriculumbutton a
{
display: block;
color: #000000;
font-size: 14px;
width: 100px;
height: 25px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.curriculumbutton img
{
width: 100px;
height: 25px;
border: 0
}

* html a:hover
{
visibility:visible
}

.curriculumbutton a:hover img
{
visibility:hidden
}

.curriculumbutton span
{
position: absolute;
left: 29px;
top: -750px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 

