/* CSS Document */


#container #menu-pic2 {
	clear:both;
	padding:0;
	margin:0;
	display: block; 
	width: 200px; 
	height: 280px;
}

#container #menu-pic2 #ourprod {
	width: 66px;  
	height: 70px;
	background: url(../images/ourproducts.gif);
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	float:left;
}

#container #menu-pic2 a.garment {
	width: 66px;  
	height: 70px;
	background: url(../images/garment.gif);
	float:left;
	text-decoration:none;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
}

#container #menu-pic2 a.garment:hover { 
   background:url(../images/garment-ro.gif);
}

#container #menu-pic2 a.bibs {
	width: 66px;  
	height: 70px;
	background: url(../images/bibs.gif);
	float:left;
	text-decoration:none;
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;	
	border-bottom:solid 1px #CCCCCC;
}

#container #menu-pic2 a.bibs:hover { 
   background:url(../images/bibs_ro.gif);
}

#container #menu-pic2 a.briefs {
	width: 66px;  
	height: 70px;
	background: url(../images/briefs.gif);
	float:left;
	text-decoration:none;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
}

#container #menu-pic2 a.briefs:hover { 
   background:url(../images/briefs-ro.gif);
}

#container #menu-pic2 a.gloves {
	width: 66px;  
	height: 70px;
	background: url(../images/gloves.gif);
	float:left;
	text-decoration:none;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
}

#container #menu-pic2 a.gloves:hover { 
   background:url(../images/gloves-ro.gif);
}

#container #menu-pic2 a.janitorial {
	width: 66px;  
	height: 70px;
	background: url(../images/janitorial.gif);
	float:left;
	text-decoration:none;
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;	
	border-bottom:solid 1px #CCCCCC;
}

#container #menu-pic2 a.janitorial:hover { 
   background:url(../images/janitorial-ro.gif);
}

#container #menu-pic2 a.bedding {
	width: 66px;  
	height: 70px;
	background: url(../images/bedding.gif);
	float:left;
	text-decoration:none;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
}
#container #menu-pic2 a.bedding:hover { 
   background:url(../images/bedding-ro.gif);
}

#container #menu-pic2 a.furniture {
	width: 66px;  
	height: 70px;
	background: url(../images/furniture.gif);
	float:left;
	text-decoration:none;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
}

#container #menu-pic2 a.furniture:hover { 
   background:url(../images/furniture-ro.gif);
}

#container #menu-pic2 a.shower {
	width: 66px;  
	height: 70px;
	background: url(../images/shower.gif);
	float:left;
	text-decoration:none;
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;	
	border-bottom:solid 1px #CCCCCC;
}

#container #menu-pic2 a.shower:hover { 
   background:url(../images/shower-ro.gif);
}

#container #menu-pic2 a.table {
	width: 66px;  
	height: 70px;
	background: url(../images/table.gif);
	float:left;
	text-decoration:none;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
}

#container #menu-pic2 a.table:hover { 
   background:url(../images/table-ro.gif);
}

#container #menu-pic2 a.towels {
	width: 66px;  
	height: 70px;
	background: url(../images/towels.gif);
	float:left;
	text-decoration:none;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
}

#container #menu-pic2 a.towels:hover { 
   background:url(../images/towels-ro.gif);
}

#container #menu-pic2 a.underpads {
	width: 66px;  
	height: 70px;
	background: url(../images/underpads.gif);
	float:left;
	text-decoration:none;
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;	
	border-bottom:solid 1px #CCCCCC;
}

#container #menu-pic2 a.underpads:hover { 
   background:url(../images/underpads-ro.gif);
}

#container #menu-pic2 .spacer {
	width: 66px;  
	height: 69px;
	background: url(../images/spacer.gif);
	float:left;
	text-decoration:none;
	/*border-top:solid 1px #CCCCCC;*/
	/*border-left:solid 1px #CCCCCC;	
	border-bottom:solid 1px #CCCCCC;*/
}


