
.menu div {
	/*border : 0px solid black;*/
}
.menu {
	display: block;
	width: 100%; 
	background-color: black;
	margin: 0 0 0 0 ;
	padding: 0 0 0 0 ;
}
.menuHome {
	float: left;
	width: 40px; 
	max-height: 40px;
	margin: 8 2 8 2;
}
.menuBack {
	float: left;
	width: 40px; 
	max-height: 40px;
	margin: 8 2 8 2;
}
.menuHome img,
.menuBack img {
	max-height: 42px;
	width: auto;
}
.menuObject {

	/*padding-left: 14px;
	padding-right: 14px;*/
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #eee;
	border-radius: 10px;  
	float: left;
	width: calc(100% - 135px);
	text-align: center;
	font-size: 3vw;
	height: 48px;
	border: 1px solid #ccc;
}
.menuReport {

	/*padding-left: 14px;
	padding-right: 14px;*/
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #eee;
	border-radius: 10px;  
	float: left;
	width: calc(100% - 48px);
	text-align: center;
	font-size: 3vw;
	height: 48px;
	border: 1px solid #ccc;
}
.menuReportInfo {
	padding-top: 15px;
	padding-left: 5px;
	float: left;
	height: 40px;
	width: calc(100% - 50px);
	font-size: 12px;
	text-overflow: ellipsis;
    font-weight: bold;
    overflow: hidden;
   /* white-space: nowrap;*/
   text-align: left;
	
white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */	
	
}


.menuObjectIcon, .menuReportIcon  {
	max-height: 40px;
	width: 40px; 
	float: right;
	margin: 5 0 0 0;
	padding: 0 5 0 0;
}
.menuObjectInfo {
	padding-top: 5px;
	padding-left: 5px;
	float: left;
	height: 40px;
	width: calc(100% - 60px);
	font-size: 10px;
	text-overflow: ellipsis;
    font-weight: bold;
    overflow: hidden;
   /* white-space: nowrap;*/
   text-align: left;
	
white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */	
	
}
.menuObjectIcon img, .menuReportIcon img{
	max-height: 42px;
	width: auto; 	
}
.menuOption {
	float: left;
	width: 40px; 
	max-height: 40px;
	margin: 8 2 8 2;
}
.menuOption img {
	max-height: 42px;
	width: auto;
}
.menuLogoff {
	float:right;
	width: 100px; 
	text-align: right;
	padding-right:10px;
}
