.FloatContainer:after,
.Unit:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .FloatContainer,
* html .Unit
{
	height: 1px;
}
/* End hide from IE-mac */

/* IE7 */
.FloatContainer,
.Unit
{
  display: inline-block;
}

#menu {
	width: 850px;
}

#menu ul {

	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 0px;

}

#menu .level1 {
	width: 850px;
	background-color: #111;
	padding-left: 0px;
}

#menu .level1 li {
	display: inline;
	float: left;
	margin: 0 1px 0 0;	
	background-color: #111;
}

#menu .level1 A:link, #menu .level1 A:visited {
	display: block;
	padding: 5px 28px 5px 28px;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#menu .level1 A:hover {
	background-color: #111;
	padding: 5px 28px 5px 28px;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#menu .level1 .selected a:link, #menu .level1 .selected a:visited {
	background-color: #111;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}




#menu .level2 {
	width: 850px;
	background-color: #111;
	padding: 1px 0;
}

#menu .level2 li {
	display: inline;
	float: left;
	margin: 0 0 0 0;
	background-color: #111;
}

#menu .level2 A:link, #menu .level2 A:visited {

	display: block;
	padding: 5px 8px 5px 30px;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#menu .level2 A:hover {

	background-color: #111;
	padding: 5px 8px 5px 30px;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#menu .level2 .selected a:link, #menu .level2 .selected a:visited {

	background-color: #111;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
