#mobileMenu
{
	display: inline-block;
	clear: both;
	float: right;
	margin: 12px 13px 0 0;
	border: 3px solid #E5E5E5;
	border-radius: 5px;
	background-color: #FFFFFF;
	height: 33px;
	width: 110px;
	font-size: 16px;
	color: #444444;
	font-weight: bold;
	background-size: 28px;
	background-repeat: no-repeat;
	background-position: 71px 0px;
	text-align: left;
}
#mobileMenu.open
{
	background-image: url('/img/x.png');
}
#mobileMenu.closed
{
	background-image: url('/img/menu.png');
}
UL#nav
{
	width: 100%;
	margin: 45px auto 0;
	position: relative;
	position: absolute;
	/*left: 50%;*/
	/*margin-left: -219px;*/
	display: none;
	z-index: 1000;
	/*list-style-type: none;*/
}
UL#nav LI
{
	/*width: 300px;*/
	width: 100%;
	border-bottom: 1px solid #3E3E3E;
	background-color: #444444;
	/*margin: 0;*/
	/*padding: 0;*/
	/*list-style-type: none;*/
	/*float: none;*/
	padding: 0px;
}
UL#nav LI A
{
	width: 248px;
	width: 100%;
	text-align: center;
	letter-spacing: 2px;
	font-size: 20px;
	padding-top: 10px;
	/*float: none;*/
	/*display: block;*/
	padding: 10px 0px 16px;
	border-left: 0 none transparent;
}
UL#nav LI:last-of-type A
{
	border-right: 0 none transparent;
}
UL#nav LI:hover UL
{
	display: block;
	position: relative;
}
UL#nav LI UL LI A
{
	letter-spacing: 0px;
}
UL#nav LI UL LI UL
{
	/*top: -45px;*/
	left: 0px;
	margin: 0;
}
UL#nav LI UL
{
	width: 100%;
}
UL#nav LI UL LI A
{
	max-width: none;
	/*min-width: auto;*/
}
