/* CSS Document */
a 	{ outline-style: none; }
dl#menuback {
	margin: 0px auto;
	list-style: none;
	background: url(../images/menu-bg.gif);
	width: 720px;
	overflow: auto;	
}
dl#menuback li.shutter {
	width: 90px;
	height: 40px;
	display: block;
	float: left;
}
dl#menuback li#shutter1 {
	background: url(../images/shutter-home.gif) no-repeat; 
}

dl#menuback li#shutter2 {
	background: url(../images/shutter-services.gif) no-repeat; 
}
dl#menuback li#shutter3 {
	background: url(../images/shutter-safety.gif) no-repeat; 
}
dl#menuback li#shutter4 {
	background: url(../images/shutter-tanks.gif) no-repeat; 
}
dl#menuback li#shutter5 {
	background: url(../images/shutter-cylinders.gif) no-repeat; 
}
dl#menuback li#shutter6 {
	background: url(../images/shutter-budgetpay.gif) no-repeat; 
}
dl#menuback li#shutter7 {
	background: url(../images/shutter-whypropane.gif) no-repeat; 
}
dl#menuback li#shutter8 {
	background: url(../images/shutter-contactus.gif) no-repeat; 
}
a.link {
   width: 90px;
   height: 40px;
   display: block;
   background: url(../images/window.gif) no-repeat bottom left;
   text-indent: -9999px;
}