/* Website template by freewebsitetemplates.com */
@media only screen and (max-width : 775px) {
	html {
		-webkit-text-size-adjust: none;
	}
	#mobile-navigation {
		background: url(/images1/menu/mobile/mobile-menu1.png) no-repeat 0 0;
		display: block;
		height: 50px;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 0;
		top: 10px;
		width: 50px;
		z-index: 1001;
	}
	
	
	/* Hides The Menu*/
	
	/* Hides The Menu*/
	
.menu_border-boxa
{
	z-index:999;
	width: 100%;
	height:80px;
	background-image: url();
	background-repeat: repeat-x;
}

.menu_box
{
	margin: 0 auto;
	width: 100%;
	height:80px;
	background-image: url();
}

.menu_b-line
{
  
	z-index:999;
	width: 100%;
	height:10px;
	background-image: url();
	background-repeat: repeat-x;
}

#menu_container-a
{
  margin: 0 auto 0 auto; 
  margin-top: 0px;
  margin-bottom: 0px;
  width: 700px; 
  height: 100%;

  background-image: url();

}


	/* Drop Down Menu Size */
	#header ul#navigation {
		background: url(/images1/menu/mobile/bg-mobile.png);
		border: 4px solid #000000;
		display: none;
		font-size: 2.5625em;
		height: auto;
		left: 0;
		margin: 0 auto;
		position: absolute;
		padding: 0;
		top: 5px;
		transition: all .5s ease-in-out;
		width: 85%;
		z-index: 1001;
	}

	#header ul#navigation li {
		background: none;
		display: block;
		float: none;
		height: auto;
		line-height: normal;
		margin: 0;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	
	
	/* Go's To Drop Down Menu */
	#header ul#navigation li a {
		background: none;
		border-top: 2px solid #000000;
		color: #ffffff;
		display: block;
		font-family: Arial;
		font-size: 0.8125em;
		font-weight: normal;
		height: 49px;
		line-height: 49px;
		padding: 0 15px;
		text-align: left;
		width: auto;
	}
	#header1 ul#navigation li span {
		background: transparent url(/images1/menu/mobile/mobile-expand.png) no-repeat;
		border-left: 1px solid #99fa99;
		border-top: 1px solid #99fa99;
		display: block;
		height: 49px;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
	}
	#header1 ul#navigation li.current span {
		background: url(/images1/menu/mobile/mobile-expand.png) no-repeat;
	}
	#header1 ul#navigation li.current ul li a {
		background: none;
		color: #ffffff;
	}
	#header ul#navigation li a:hover,
	#header ul#navigation li.current ul li a:hover,
	#header ul#navigation li.current a {
		background: rgba(153, 250, 153, 0.8);
		color: #ffffff;
	}

	#header1 ul#navigation li ul {
		border: 0;
		display: none;
		left: 0;
		margin: 0;
		opacity: 1;
		padding: 0;
		position: relative;
		top: 0;
		width: 100%;
	}
	#header ul#navigation li ul,
	#header ul#navigation li:hover ul {
		display: none;
	}
	#header ul#navigation li ul li {
		background: none;
		height: auto;
		line-height: normal;
		padding: 0;
		text-align: left;
	}
	#header ul#navigation li ul li a {
		padding: 0 30px;
	}
	#header {
		position: relative;
		width: 90%;
	}
	#header h1 {
		padding: 74px 0 0;
	}
	
	#header ul#navigation li a:hover {
  background-color: #ddd;
  color: black;
		
	}
}
