div#menu {
	background: #3399ff url('public/images/menu_bg.gif') repeat-x;
	padding: 0;
	margin: 0;
}

.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;
	color: #24282b;
}
.legend li:hover {
	color: #ffffff;
}

.legend, .legend li a {
	font-weight: bold;
	color: #24282b;
	text-decoration: none;
}

.legend li a:visited {
	color: #24282b;
}

.legend li a:hover {
	color: #FFFFFF;
}

.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 #24282b;
	border-top: 0;
	background-color: #ffffff;
 	border-left: 1px solid #24282b;
	border-right: 1px solid #24282b;
	text-align: left;
}

.drop_down_element ul li {
	padding: 0.2em 0.2em 0.2em 0.4em;
	border-bottom: 1px solid #24282b;
}

.drop_down_element ul li:hover {
	background-color: #e1ffc0;
}

.drop_down_element .inner {
	padding: 1em;
}

.drop_down_element ul li:hover {
	background-color: #e1ffc0;
}

.drop_down_element ul li a {
	text-decoration: none;
	color: #24282b;
	font-size: smaller;
}

.drop_down_element ul li a:hover {
	text-decoration: underline;
	color: black;
}
