td.home{
background: url(home.png)no-repeat 35px 50px, 
-webkit-linear-gradient(bottom, #e2e2e2, #fff);
background: url(home.png)no-repeat 35px 50px, 
-o-linear-gradient(bottom, #e2e2e2, #fff);
background: url(home.png)no-repeat 35px 50px, 
linear-gradient(to top, #e2e2e2, #fff);
}
td.home:hover{
background: url(home.png)no-repeat 35px 50px, 
-webkit-linear-gradient(bottom, #cac2c2, #fff);
background: url(home.png)no-repeat 35px 50px, 
-o-linear-gradient(bottom, #cac2c2, #fff);
background: url(home.png)no-repeat 35px 50px, 
linear-gradient(to top, #cac2c2, #fff);
}
td.gallery{
background: url(gallery.png)no-repeat 40px 50px,
-webkit-linear-gradient(bottom, #e2e2e2, #fff);
background: url(gallery.png)no-repeat 40px 50px,
-o-linear-gradient(bottom, #e2e2e2, #fff);
background: url(gallery.png)no-repeat 40px 50px,
linear-gradient(to top, #e2e2e2, #fff);
}
td.gallery:hover{
	background: url(gallery.png)no-repeat 40px 50px,
-webkit-linear-gradient(bottom, #cac2c2, #fff);
	background: url(gallery.png)no-repeat 40px 50px,
-o-linear-gradient(bottom, #cac2c2, #fff);
	background: url(gallery.png)no-repeat 40px 50px,
linear-gradient(to top, #cac2c2, #fff);
}
td.members{
	background: url(members.png)no-repeat 42px 50px,
	-webkit-linear-gradient(bottom, #e2e2e2, #fff);
	background: url(members.png)no-repeat 42px 50px,
	-o-linear-gradient(bottom, #e2e2e2, #fff);
	background: url(members.png)no-repeat 42px 50px,
	linear-gradient(to top, #e2e2e2, #fff);
}
td.members:hover{
	background: url(members.png)no-repeat 42px 50px,
	-webkit-linear-gradient(bottom, #cac2c2, #fff);
	background: url(members.png)no-repeat 42px 50px,
	-o-linear-gradient(bottom, #cac2c2, #fff);
	background: url(members.png)no-repeat 42px 50px,
	linear-gradient(to top, #cac2c2, #fff);
}
td.logout{
	background: url(logout.png)no-repeat 39px 50px,
	-webkit-linear-gradient(bottom, #e2e2e2, #fff);
	background: url(logout.png)no-repeat 39px 50px,
	-o-linear-gradient(bottom, #e2e2e2, #fff);
	background: url(logout.png)no-repeat 39px 50px,
	linear-gradient(to top, #e2e2e2, #fff);
}
td.logout:hover{
	background: url(logout.png)no-repeat 39px 50px,
	-webkit-linear-gradient(bottom, #cac2c2, #fff);
	background: url(logout.png)no-repeat 39px 50px,
	-o-linear-gradient(bottom, #cac2c2, #fff);
	background: url(logout.png)no-repeat 39px 50px,
	linear-gradient(to top, #cac2c2, #fff);
}
		td{
			border-right: 1px solid #ccc;
			padding: 77px 25px 23px 25px;
		}
		td:hover{
			box-shadow: 0 -5px 0 #ff7d00 inset;
			
		}
		a{
			text-decoration: none;
			color: #545454;
		}
		table{
			border: none;
		}



a.ids:link{
	text-decoration: underline;
}
a.ids:hover{
	text-decoration: overline, underline, line-through;
}
a.ids:active{
	text-decoration: line-through;
}			