.hover { 
	text-decoration: none; 
	border:0;
    margin-top: 0px;
    margin-bottom: 0px;
	padding:0; 
	float: left;
	display: inline; 
	text-indent: -9999px; 
	letter-spacing: -9999px; 
	font-size:0; 
	width: 200px;
	height:30px; 
	background: url("images/button1.gif") 0 0 no-repeat;
	
	}
	
.hover:hover { 
    background-position: -200px;
    }
    
.hover:active {
	background-position: -200px;
	}

        
.hover1 { 
	text-decoration: none; 
	border:0;
    margin-top: 0px;
    margin-bottom: 0px;
	padding:0;
	float: left;
	display: inline; 
	text-indent: -9999px; 
	letter-spacing: -9999px; 
	font-size:0; 
	width: 200px;
	height:30px; 
	background: url("images/button2.gif") 0 0 no-repeat;
    
    }
    
.hover1:hover { 
    background-position: -200px;
    }
    
    
.hover2 { 
	text-decoration: none; 
	border:0;
    margin-top: 0px;
    margin-bottom: 0px;
	padding:0;
	float: left;
	display: inline; 
	text-indent: -9999px; 
	letter-spacing: -9999px; 
	font-size:0; 
	width: 200px;
	height:30px; 
	background: url("images/button3.gif") 0 0 no-repeat;
    
    }
    
.hover2:hover { 
    background-position: -200px;
    }
    
.hover3 { 
	text-decoration: none; 
	border:0;
    margin-top: 0px;
    margin-bottom: 0px;
	padding:0;
	float: left;
	display: inline; 
	text-indent: -9999px; 
	letter-spacing: -9999px; 
	font-size:0; 
	width: 200px;
	height:30px; 
	background: url("images/button4.gif") 0 0 no-repeat;
    
    }
    
.hover3:hover { 
    background-position: -200px;
    }
    
    
.logo { 
	text-decoration: none; 
	border:0;
    margin-top: 0px;
    margin-bottom: 0px;
	padding:0;
	float: left;
	display: inline; 
	text-indent: -9999px; 
	letter-spacing: -9999px; 
	font-size:0; 
	width: 200px;
	height:30px; 
	background: url("images/button5.gif") 0 0 no-repeat;
    
    }
