body {
	margin-left: 250px;
	font-size: smaller;
}

#menucontainer {
	position: absolute;
	left: 20px;
	top: 20px;
	padding: 0px;
}

#menu {
	border: navy solid 1px;
	padding: 2px;
	width: 206px;
}

#menu, #menu a {
	color: navy;
	background-color: #f0f0ff;
}

#menu p.header {
	font-size: 110%;
}

#menu p.header, #menu p.menulabel {
	font-weight: bold;
	padding-left: 1em;
	margin-bottom: 0px;
	margin-top: 1em;
}

#menu p.menulabel a {
	font-weight: bold;
}

#menu p.headereml {
	font-style: italic;
	font-size: smaller;
	padding-left: 1.5em;
	margin-top: 0px;
}

#menu a {
	font-weight: normal;
}

#menu ul li {
	margin-left: -1em;
	padding-top: 4px;
}

#menu ul li.sublabel {
	text-decoration: underline;
	list-style-type: none;
	margin-left: -2em;
	padding-top: 6px;
}

#menu ul.none {
	list-style-type: none;
}

#menu ul.disc {
	list-style-type: disc;
}

#menu ul.circle {
	list-style-type: circle;
}

#menu ul.square {
	list-style-type: square;
}

#abovemenu {
	width: 206px;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}
	
#undermenu {
	width: 206px;
	text-align: center;
	margin-top: 2em;
}

#undermenu a:hover, #abovemenu a:hover {
	border: none;
}

#longmenu img.flag {
	margin-right: 1em;
}
