#MenuAEM
{
	margin: 0;
	padding: 0;
	height: 40px;
	list-style-type: none;
	color: #fff;
	float: right;
	margin-right: 5px;
}

#MenuAEM
{
	line-height: 40px;
}

#MenuAEM li
{
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
	vertical-align: middle;
}

#MenuAEM li span
{
	display: block;
}

#MenuAEM li a, #MenuAEM li a:link, #MenuAEM li a:visited, #MenuAEM li a:hover, #MenuAEM li a:active
{
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	vertical-align: middle;
}

#MenuAEM li a:hover
{
	background-image: url(images/menu-selected.jpg);
	background-repeat: repeat-x;
}

#MenuAEM li span, #MenuAEM li a span
{
	padding: 0 10px;
}

#MenuAEM li ul
{
	position: absolute;
	clear: both;
	width: 200px;
	margin: 0;
	padding: 0;
	line-height: 25px;
	margin-top: -1px;
	background-color: #bbb;
	border: solid 1px #ababab;
	list-style: none;
	display: none;
	z-index: 999;
}

#MenuAEM li ul li
{
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	border: solid 1px #bbb;
	height: 25px;
}

#MenuAEM li ul li a
{
	line-height: 1em;
	margin: 0;
	padding: 7px;
	padding-left: 7px;
}

#MenuAEM li ul li a:hover
{
	background-image: none;
	background-color: #777;
}

#MenuAEM li ul li ul
{
	margin-top: -28px;
	margin-left: 197px;
}

#MenuAEM .menu_sep
{
	width: 1px;
	height: 40px;
	background-image: url(images/menu-separator.png);
	background-repeat: no-repeat;
	background-position: center center;
}