* html a:hover {visibility:visible}

.side_pic {
	border:2px solid black; 
	width:100px; 
	height:120px; 
	margin:3px;
}
A img { border: none; }
	
body {
	margin:0px;
	background:url(images/background.jpg) fixed;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.button1	 {
	width:135px;
	height:30px;
	float:left;
	padding:0px;
	background: url(images/menu1_blue.gif) no-repeat;
}
.button1 a	 {
	display: block;
	width:135px;
	height:30px;
}
.button2 {
	width:127px;
	height:30px;
	float:left;
	padding:0px;
	background: url(images/menu2_blue.gif) no-repeat;
}
.button2 a {
	display: block;
	width:127px;
	height:30px;
}
.button3 {
	width:133px;
	height:30px;
	float:left;
	padding:0px;
	background: url(images/menu3_blue.gif) no-repeat;
}
.button3 a {
	display: block;
	width:133px;
	height:30px;
}
.button1 a:hover img{visibility:hidden}
.button2 a:hover img{visibility:hidden}
.button3 a:hover img{visibility:hidden}
