div#menu {
	background: #DCE0E1 url('public/images/nav_background.gif') repeat-x;
	padding: 0;
	margin: 0;
	margin-bottom: 1.5em;
	text-align: center;
}

.legend {
	overflow: hidden; 
	height: 1%;
	margin: 0; 
	padding: 0; 
	list-style: none;
	font-size: small;
	line-height: 28px;
	height: 28px;
}

.legend li {
	float: left;
	width: 120px;
	padding: 0em 5px;
	cursor: pointer;
}

.legend, .legend li a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.legend li a:visited {
	color: black;
}

.legend li a:hover {
	color: silver;
}

.legend ul {
	display:none;
}

.legend ul li {
	float: none;
	cursor: default;
	width: auto;
}

.drop_down_element {
	position: absolute;
	z-index: 400;
}
.drop_down_element ul {
	margin: 0; 
	padding: 0;
	list-style: none;
	border: 1px solid #999;
	border-top: 0;
	background-color: #C5CACD;
	border-left: 1px solid #999999;
  border-right: 1px solid #999999;
	text-align: left;
}

.drop_down_element ul li {
	padding: 0.2em 0.2em 0.2em 0.4em;
	border-bottom: 1px solid #999999;
}

.drop_down_element ul li:hover {
	background-color: #BFE2E6;
}

.drop_down_element .inner {
	padding: 1em;
}

.drop_down_element ul li:hover {
	background-color: #BFE2E6;
}

.drop_down_element ul li a {
	text-decoration: none;
	color: black;
	font-size: smaller;
}

.drop_down_element ul li a:hover {
	text-decoration: underline;
	color: black;
}

