#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;
}

a { min-height:1px; }

#menu {
		width: 750px;
		height: 48px;
}

#menu ul {
	list-style-type: none;
	background-color: #a799b8;
}

#menu .level1 {
	background-color: #c4c0c9;
	width: 750px;
	height: 22px;
}

#menu .level1 li {
	height: 22px;
	display: inline;
	float: left;
	margin: 0 auto;
	text-align: center;
	background-color: #c4c0c9;
}

#menu .level1 A:link, #menu .level1 A:visited {
	display: block;
	padding: 4px 7px;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#menu .level1 A:hover {
	/*padding: 4px 7px 4px 7px;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background-color: #B6B2BC;*/
}

#menu .level1 .selected a:link, #menu .level1 .selected a:visited {
	background-color: #a799b8;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}



#menu .level2 {
	background-color: #a799b8;
	height: 26px;

}

#menu .level2 li {
	height: 26px;
	display: inline;
	float: left;
	margin: 0 1px 0 0;
	background-color: #a799b8;
}

#menu .level2 A:link, #menu .level2 A:visited {
	display: block;
  	background-color: #a799b8;
	padding: 4px 7px;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

#menu .level2 A:hover {
	/*background-color: #a799b8;
	padding: 4px 7px 4px 7px;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;*/
}

#menu .level2 .selected a:link, #menu .level2 .selected a:visited {
	background-color: #a799b8;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

