/* CSS Document */

.button2, .button2 a {  
    background: url(../images/buttons/home.png) 0 -30px;  
    height: 30px;  
    width: 95px;  
    display: block;  
}  
.button2 a {  
    background-position: 0 0;  
}

.button3, .button3 a {  
    background: url(../images/buttons/info.png) 0 -30px;  
    height: 30px;  
    width: 95px;  
    display: block;  
}  
.button3 a {  
    background-position: 0 0;  
}  

.button4, .button4 a {  
    background: url(../images/buttons/admissions.png) 0 -30px;  
    height: 30px;  
    width: 95px;  
    display: block;  
}  
.button4 a {  
    background-position: 0 0;  
}  

.button5, .button5 a {  
    background: url(../images/buttons/contact.png) 0 -30px;  
    height: 30px;  
    width: 95px;  
    display: block;  
}  
.button5 a {  
    background-position: 0 0;  
}  




