*, *:before, *:after {
  box-sizing: border-box;
}

body
{
	margin: 0;
	padding: 0;
	border:none;
	-webkit-text-size-adjust:none;			/* Turn off font resizing */
	background-color:#000000;
}

[data-submenu]::after {
	content: "\203A";
	float:right;
	font-family: monospace;
	font-weight:800;
	font-size:40px;
	margin-top:-4px;
}

.Menu, .Menu25
{
	display: block;  /* Set the href to be a block rather than inline */
	text-decoration: none;
	color: black;

	font-size:20px;             /* All text content is 20 pixels */
	font-family: Helvetica;
	font-weight:bold;

	margin: 0;               /* The list fills the whole iPhone screen */
	padding: 0;
	border:none;
	margin-bottom: 1px;

	width: 100%;           /* Each cell is 320 pixels wide */
	background-color: white;

	padding-top:14px;
	padding-right:10px;
	padding-bottom:14px;
	padding-left:10px;

	height:48px;       /* The total cell height includes the padding-top, padding-bottom, border and height values: 10+14+1+19=44 pixels */
	line-height:20px;  /* Ensure that the height of the cell includes the line at the top of the cell  */
}

.Blue {
	background-color: #7b7bff;

	background: -moz-linear-gradient(top, #a2a2e5 0%, #7b7bff 50%, #5f5fdd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2a2e5), color-stop(50%,#7b7bff), color-stop(100%,#5f5fdd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a2a2e5 0%,#7b7bff 50%,#5f5fdd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a2a2e5 0%,#7b7bff 50%,#5f5fdd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a2a2e5 0%,#7b7bff 50%,#5f5fdd 100%); /* IE10+ */
	background: linear-gradient(top, #a2a2e5 0%,#7b7bff 50%,#5f5fdd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2e5', endColorstr='#5f5fdd',GradientType=0 ); /* IE6-9 */
}

.Alt {
	background-color: #e570e7;

	background: -moz-linear-gradient(top, #e570e7 0%, #c85ec7 50%, #a849a3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e570e7), color-stop(50%,#c85ec7), color-stop(100%,#a849a3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e570e7 0%,#c85ec7 50%,#a849a3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e570e7 0%,#c85ec7 50%,#a849a3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e570e7 0%,#c85ec7 50%,#a849a3 100%); /* IE10+ */
	background: linear-gradient(top, #e570e7 0%,#c85ec7 50%,#a849a3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e570e7', endColorstr='#a849a3',GradientType=0 ); /* IE6-9 */
}

.Orange {
	background-color: #ff9900;

	background: -moz-linear-gradient(top, #ffac30 0%, #ff9900 50%, #d36900 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffac30), color-stop(50%,#ff9900), color-stop(100%,#d36900)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffac30 0%,#ff9900 50%,#d36900 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffac30 0%,#ff9900 50%,#d36900 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffac30 0%,#ff9900 50%,#d36900 100%); /* IE10+ */
	background: linear-gradient(top, #ffac30 0%,#ff9900 50%,#d36900 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffac30', endColorstr='#d36900',GradientType=0 ); /* IE6-9 */
}

.SubMenuOn {
	display:block;
}

.SubMenuOff {
	display:none;
}

.Red
{
	background-color: #ee0000;

	background: -moz-linear-gradient(top, #e87676 0%, #ee0000 50%, #d62f2f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e87676), color-stop(50%,#ee0000), color-stop(100%,#d62f2f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e87676 0%,#ee0000 50%,#d62f2f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e87676 0%,#ee0000 50%,#d62f2f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e87676 0%,#ee0000 50%,#d62f2f 100%); /* IE10+ */
	background: linear-gradient(top, #e87676 0%,#ee0000 50%,#d62f2f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87676', endColorstr='#d62f2f',GradientType=0 ); /* IE6-9 */
}