#menu, * html body #centre #menu {
	/*position: absolute;
	left: 0px;
	margin: 0;
	padding: 0;
	padding-left: 18px;
	width: 140px;
	padding-top:175px;*/
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 200px;
	width: 140px;
	padding-top:175px;
	
}
ul.first_level {
	text-align:left;
	margin: 0;
	padding: 0;
	list-style: none;
}
li.first_level {
	padding: 0;
	list-style: none;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
ul.submenu {
	margin: 0;
	font-size: 8pt;
	width: 130px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top:-2px;
}
ul.submenu li {
	margin:0px;
	padding:0px;
	margin-left:-3px;
	list-style-type: none;
	color: #99CCFF;
	text-indent:-9px;
	padding-left:9px;
}
ul.submenu li a {
	color: #FFFFFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul.submenu li a:hover {
	color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
ul.submenu li a.select {
	color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

div.left-more p { text-align: right; }
div.left-more { margin-bottom: 37px; }
