/* special decorations for this folder */
#menu ul { margin: 0; padding: 0; border: 0; list-style: none; width: 100%; align: center; float: none }
#menu li { margin: 0; padding: 0; border: 0; list-style: none; float: left }

a.elemrollover {
display:block;
width: 130px;
height: 130px;
background: url("/classes/elementary.jpg") 0 0 no-repeat;
text-decoration: none;
}
a:hover.elemrollover {
background-position: -130px 0;
}
a.middlerollover {
display:block;
width: 130px;
height: 130px;
background: url("/classes/middleschool.jpg") 0 0 no-repeat;
text-decoration: none;
}
a:hover.middlerollover {
background-position: -130px 0;
}
a.highrollover {
display:block;
width: 130px;
height: 130px;
background: url("/classes/highschool.jpg") 0 0 no-repeat;
text-decoration: none;
}
a:hover.highrollover {
background-position: -130px 0;
}
a.enrichrollover {
display:block;
width: 130px;
height: 130px;
background: url("/classes/MonaLisa2.jpg") 0 0 no-repeat;
text-decoration: none;
}
a:hover.enrichrollover {
background-position: -130px 0;
}
