html.touch .main-navigation
{
	display: none;
}

#mobileMenu
{
	display: none;
	background-color: #dad6da;
	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: #fbfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fbfcfc 0%, #dad6da 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfcfc), color-stop(100%,#dad6da)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbfcfc 0%,#dad6da 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbfcfc 0%,#dad6da 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbfcfc 0%,#dad6da 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fbfcfc 0%,#dad6da 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcfc', endColorstr='#dad6da',GradientType=0 ); /* IE6-9 */

	margin: 0px;
	border-bottom: none;
}

#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;
}
