body {
	background-color: #000000;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font: 80% verdana, arial, sans-serif;
}

dl, dt, dd, ul, li {
	color: #FFFFFF;
	margin-left: 7;
	padding: 0;
	list-style-type: none;
}

#menu {
	top: 0;
	left: 0;
}

dl#menu {
	width: 16em;
}

dl#menu dt {
	cursor: pointer;
	height: 20px;
	line-height: 18px;
	text-align: left;
	font-weight: bold;
}

dl#menu dt.separateMenu {
	margin-top: 20px ;
}

img.bullet{
	border: 0px;
}

img.language {
	margin-left: 30px ;
	border: 0px;
}

img.logosmall {
	margin-top: 3em;
	margin-left: 30px ;
	border: 0px;
}

dl#menu li {
	text-align: left;
}

dl#menu dt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

dl#menu li a {
	color: #FFFF66;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 18px;
}

dl#menu li a:hover, dl#menu dt a:hover {
	background: #AAAAAA;
	color: #000000;
}

