@charset "UTF-8";

div.menuBody {
	position: absolute;
	top: 5px;
	right: 15px;
	display: block;
	float: right;
/*	_float: none;*/
	clear: right;
	border: none;
	margin: 0;
	padding: 0;
	width: 300px;
}

div.menuBody ul.menuList {
	display: block;
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
}

div.menuBody li.menuItem {
	border: none;
	margin: 0;
	margin-right: 5px;
	padding: 0;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
}

div.menuBody li.menuItem h4 {
	background-image: none;
	margin: 0;
	padding: 0;
	border: none;
}

div.menuBody h4 a.menuLink {
	background-image: none;
	background-position: 0 center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 40px;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
