#mobileMenu
{
	display: none;
	color: rgb(169,186,219);
	text-align: left;
	padding: 0px;
	font-family: RobotoCondensed, sans-serif;
	overflow: hidden;
}


@media screen and (max-width: 980px) {
	#mobileMenu
	{
		display: block;
	}
}

#mobileMenu ul
{
	padding: 0px;
	margin: 0px;
}

#mobileMenu li
{
	display: block;
	text-transform: uppercase;
	border-top: 1px #4a4a4a solid;
	background-color: rgb(169,186,219);
}
#mobileMenu li:last-child {
	border-bottom: 1px #4a4a4a solid;
}
#mobileMenu li:hover {
	background-color: rgb(169,186,219);
}
#mobileMenu a,
#mobileMenu h1
{
	color: #21285d;
	text-align: center;
}

#mobileMenu a
{
	padding: 10px 0px;
	display: block;
}

#mobileMenu h1
{
	height: 55px;
	line-height: 55px;
	margin: 0px;
	background-color: rgb(169,186,219);;
}

#mobileMenu h1 a
{
	height: 55px;
	padding: 0;
	background-image: url("/resources/template/mobile-menu.png");
	background-position: right;
	background-repeat: no-repeat;
}
