		/* ---------------------------------------------------- */
	
	#buttons {											/*  Holder of all app buttons */
/*		margin:0px;
		margin-top:0px;
		position:relative;
*/	}

#spacer{
height: 85%;
float: left;
width: 0px;
font-size: 1px; /* to make sure width is not overridden */
padding: 0;
margin: 0;
background-color: red; /* visual effect only */
}

#menuwrap {
	/*position: relative;*/
	width: 100%;
	height: 235px;
	text-align: center;
	padding: 0;
	margin: 0;
	/*margin-left: 9px;*/
}
.menu {
	width: 100%;
	margin: 0px;
}
		.app, .tel {											/* an .app holds an icon img and a p */
			display:inline; float:left;
			width:75px;  height:100px;
			text-align:center;
			position:relative;
			font: bold 12px Helvetica ;
		}	

			.appicon, .telicon {
				width:55px; height:55px;
				margin:8px 5px 1px 6px;
			}
			.appiconoff {
				width:55px; height:55px;
				margin:8px 5px 1px 6px;
				opacity:.3;
			}
			.delButtonImg {	position:relative; top:-90px; left:-15px;}
			
			.app p, .tel p {
				margin-top:2px;
				overflow:hidden;		/* don't show 2nd line of a name */
			}
			
			.check {
				position:absolute; top:-7px; left:0px; 
				opacity:.9  !important;
			}
			
		.category {
			clear:both; position:relative;
			background:#000 url('images/barGradient.png') repeat-x;
			height:22px;  width:100%;
			font-size: 12px;
			text-shadow: 0px 0px 20px #003;
		}
		.category div { margin-left:10px; position:relative; top:5px; font-size: 12px;	color:#FFF; }
		