.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 {
	display:block;
	width: 904px;
	margin: 0 0 0 8px;
	_margin: 0;
	#margin: 0;
 }

#menu ul {
	display:block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 0px;
}

#menu .level1 {
	background-color: #CCCCCC;
	padding-left: 0px; 	
}

#menu .level1 li {
	display: inline;
	float: left;
	margin: 0 1px 0 0;	
	background-color: #666699;
}

#menu .level1 A:link, #menu .level1 A:visited {
  display: block;
  padding: 5px 10px 5px 10px;
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

#menu .level1 A:hover {
	background-color: #666699;
	padding: 5px 10px 5px 10px;
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

#menu .level1 .selected a:link, #menu .level1 .selected a:visited {
	background-color: #9999CC;
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#menu .level2 {
	background-color: #9999CC;
	padding: 1px 0;
}

#menu .level2 li {
	display: inline;
	float: left;
	margin: 0 1px 0 0;
	background-color: #9999CC;
}

#menu .level2 A:link, #menu .level2 A:visited {
  display: block;
  padding: 5px 10px 5px 10px;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

#menu .level2 A:hover {
	background-color: #9999CC;
	padding: 5px 10px 5px 10px;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

#menu .level2 .selected a:link, #menu .level2 .selected a:visited {
	background-color: #9999CC;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

