@CHARSET 'UTF-8';

#Wrapper {
	width: 100% !important;
}

#header {
	float: left;
	width: 100% !important;
	height: 120px !important;
	height: auto;
}

#menu {
	width: 100%; 
}

#header, #header.hidden {
	float: left;
	left: 0;
	top: 0;
	position: relative;
	width: 100% !important;
	height: auto !important;
	max-width: 10000px !important;
}

.float-left.half-width {
	*width: 49%;
}

#header.hidden #menu > ul, #header.hidden #menu ul > li {
	float: left !important;
	clear: none !important;
	width: auto !important;
}

div#header.hidden #menu #header_hide {
	
}
div#header.hidden form {
	position: absolute;
}
div#header.hidden form .ui-button {
	padding: 5px 10px;
	margin: 10px auto;
	font-size: 14px;
	display: block;
	width: auto;
	float: right;
}

#header.hidden #menu li ul {
	width: 60px !important;
	min-width: 0 !important;
}

#Wrapper {
	width: 100%;
	margin: auto;
	padding-top: 0px;
	margin-left: 0px;
	float: left;
}

#ContentOuter {
	margin-top: 0px;
	width: 98% !important;
	padding: 1% 0 1% 1%;
}

div#header ul li {
	float: left;
	width: auto;
}

#menu li ul {
	position: absolute;
	width: 62px !important;
	top: 45px !important;
	left: 0px !important;
	list-style: none;
	margin: 0;
	background: #333;
	display: none;
	z-index: 10000;
}

#menu li ul li {
	padding: 5px 0;
	border-bottom: 1px dotted #666;
	width: 48px !important;
}

#header #menu li .text {
	display: none !important;
}

.selector-row {
	float: left;
	width: 47%;
	padding: 0 1%;
}
