@charset "utf-8";

#menu {
	z-index:100;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:40px;
	background-image:url(../images/menu_middle.gif);
	background-repeat:repeat-x;
	line-height:40px;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:white;
}

#menu a {
	position:relative;
	text-decoration:none;
	color:#fff;
}

#menu a:hover {
	text-decoration:underline;
}

.navigation {
	display:block;
	height:40px;
	cursor:pointer;
}

.separator {
	margin:0 4px 0 4px;
}

#code-of-conduct {
	position:absolute;
	top:106px;
	right:-330px;
}

#code-of-conduct img {
	border:none;
}
