/*@media screen and (max-width: 600px) {
	frameset frame:first-child{
		display: none;
		width: 0px;

	}
}*/


#mobileMenu{
	position:fixed;
	top:0px;
	min-width:100%;
	max-width:1000%;
	margin:auto;
	background-image: url("../images/1iconnav.png");
	 background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-position: right; 
}
#mobileMenu select{
	font-size: 300%;
	/*width:78%;*/
	width:100%;
	height:160px;
	padding:30px;
	text-align: center;
}


#mobileMenu select span{

	text-align: right;
	background-color: blue;
	color: white;
	width: 33px;
}
.menu_icon{
	
	background: blue;
    padding: 40px;
    top: 0;
    right: 0;
    position: fixed;
    height: 60px;
	background:url("../images/1iconnav.png");

}

.mob-ikon {
	background-color: blue;
	color: white;
	padding:10px;
}

.width_1044 #mobileMenu{
	width:1044px;
}
.width_927 #mobileMenu{
	width:927px;
}
.width_844 #mobileMenu{
	width:844px;
}
.width_824 #mobileMenu{
	width:824px;
}
