.menu_tog{
	display:none;
}
@media (max-width:767px){
	#container{
	 	width:100% !important;
	 	max-width:100% !important;
	 	min-width: 100% !important;
	}
	#headerTitle {
    	text-align: left;
    	width: 96%;
    	padding:2%; 
	}
	#header h1{
		width:100%; 
		padding:0px;
		font-size: 15px; 
	}
	#headerTitle img {
    	height:auto;
    	width:100%;
    	max-width:425px;
	}
	#sidebar{
		float:none; 
	}
	#main{
		float:none;
		display:block;
		width:96%;
		padding:0 2%; 
		margin-left:0;
	}
	#rightSidebar{
		float:none;
		height:auto;
		width:96%;
		margin:0px;
		padding:0 2%;
	}
	#main #content td {
	    display: block;
	    width: 100%;
	    text-align: left;
	}
	.menu_tog {
	  background-color:#555;
	  border-radius:0px;
	  color: #ffffff;
	  cursor: pointer;
	  display: block;
	  font-family: "Oxygen",sans-serif;
	  font-size: 15px;
	  font-weight: bold;
	  height:38px;
	  line-height:38px;
	  margin: 0;
	  padding-left:2%;
	  width:98%;
	}
	#navbar {
	    padding-left: 0;
	}
	ul.menu{
		display:none;
		height:auto;
		left: auto;
		width:96%;
		border:none;
		padding:0px;
	}
	ul.menu li{
		border-bottom: 1px dashed #fff;
		border-right: medium none;
		display: block;
		float: none;
		height:auto;
		text-align:center;
		padding:2px 2% 5px;
	}
	ul.menu li:last-child{
		border-bottom:none;
	}
	.menu_tog > img {
	    line-height: 38px;
	    padding: 10px 0;
	    position: absolute;
	    right:4%;
	    text-align: right;
	}
}
