/* CSS Document */

.thumbnail {
	float:left;
	width:90px;
	height:90px;
	background:#FFF;
	border:5px solid #D2D989;
	margin:0 20px 20px 0;
	}
	
	
.work-menu {
	background: url(images/work/green-bar.gif) no-repeat bottom left;
/*	background-position: -60px 25px;*/
	height: 35px;
	width: 200px;
	padding:12px 0 0 10px;
	}

.current-menu {
	background: url(images/work/green-bar.gif) no-repeat bottom left;
	background-color:#fff;
	height: 35px;
	width: 200px;
	padding:12px 0 0 10px;
	}
