html.touch #header .menu
{
	display: none;
}

#mobileMenu
{
	display: none;
	background-color: #ea5037;
	color: #000;
	text-align: center;
	padding: 0px;
	font-family: RobotoCondensed, sans-serif;
	overflow: hidden;
}


html.touch #mobileMenu
{
	display: block;
}

#mobileMenu ul
{
	padding: 0px;
	margin: 0px;
}

#mobileMenu li
{
	display: block;
	text-transform: uppercase;
}

#mobileMenu a,
#mobileMenu h1
{
	color: inherit;
}

#mobileMenu a
{
	padding: 10px 0px;
	display: block;
	border-top: 1px solid #000;
}

#mobileMenu h1
{
	background: #ea5037;
	background: -moz-linear-gradient(top,  #ea5037 0%, #fd4224 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea5037), color-stop(100%,#fd4224));
	background: -webkit-linear-gradient(top,  #ea5037 0%,#fd4224 100%);
	background: -o-linear-gradient(top,  #ea5037 0%,#fd4224 100%);
	background: -ms-linear-gradient(top,  #ea5037 0%,#fd4224 100%);
	background: linear-gradient(to bottom,  #ea5037 0%,#fd4224 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5037', endColorstr='#fd4224',GradientType=0 );

	margin: 0px;
}

#mobileMenu h1 a
{
	border: 0px;
	background-image: url(mobileMenuArrowDown.png);
	background-position: right;
	background-repeat: no-repeat;
}

#mobileMenu h1 a.active
{
	background-image: url(mobileMenuArrowUp.png);
}

#mobileMenu li.submenu
{
	background: url(mobileMenuArrowRight.png) right no-repeat;
}

#mobileMenu li.back
{
	background: url(mobileMenuArrowLeft.png) left no-repeat;
}