 .mobileMenu  #menu {
       /* hide mobile menu */
      display: none !important;
 }
	
	
 @media only screen and (max-width: 567px) {
 	/* minimum mobile  */
 	
 	#mobileMenu {
 	  display: block;
 	  z-index: 100;
 	}
 	.hdrLogo { 
	   float: left;
	   display: block;
	 
       width: 90% !important;
       height: auto !important;
   
	   margin: 45px 10px 0 10px;
    }
	DIV[style="background:#fff;width:862px;padding-bottom:5px;"] {
		display: none !important;
	}
	.main_title{
		display: none;
	}
	.content {
		width: 94%;
	}
	.Container table{
	    height: 60px !important;	
	}
	.Container td{
	   margin:0  !important;	
	   padding: 0  !important;			
	}
	#apDiv1{
	    float:left;
		width:95%;
		margin: 20px 5% 20px 0;	
	}
	#apDiv1 ul {
		width: 250px;
	}
    #nav_head{
		width: 100%;
		display: none;
	}
	.comment{
	    text-align: left !important;
	}
	IMG[src="images/pharmacopoeia_3.jpg"] {
		width: 95%;
		max-width: 400px;
	}
	IMG[src="images/iphoneapps_3.jpg"] {
		width: 75% !important;
		height: auto !important;
		max-width: 350px;
	}
	
	TD[width="862"] {
		display: none !important;
	}
	#footer{ 
		width: 50% !important;
		float: right !important;
	}

	.foot_{
		width: 100px !important;
		margin: 0;	
		padding: 0;
	}
	
	.foot_link, .foot_copy {
	   float: left;
	   width: 100%;
	   margin: 10px 0 10px 0;	
	   padding: 0 0 0 40px;
	}
	.spacer{
		 display: none; 
    }
 
}


 	
@media only screen and (max-width: 767px) and (min-width: 568px) {
		/* tablet   */
     .mobileMenu  #menu {
       /* hide mobile menu */
      display: none !important;
    }
}
	
@media only screen and (min-width: 568px) {
		/* general when not mobile */
     .mobileMenu  #menu {
       /* hide mobile menu */
      display: none !important;
    }

}

