#menu_div{
	font-weight: bold;
	color: #ffedc4;
	font-size: 11px;
	text-decoration: none;
	padding:3px 0px;
	height: 14px;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: #ffedc4;
	font-size: 11px;
	text-decoration: none;
	padding:3px 0px;
	height: 14px;
}
#nav a:hover{
	color: #6a6969;
}
#nav li li a {
	display: block;
	font-weight: normal;
	color: #ffedc4;
}

#nav li li a:hover {
	color: #6a6969;
}

* html li{
	width: 50px;
}
li {
	float: left;
	position: relative;
	padding: 0px 10px;
	text-align: center;
	background-color: #ff7f00;
	min-width: 50px;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #ff7f00;
	padding: 0.5em 0 0.5em 0;
	border-top: none;
}
li li {
	padding: 0px 0px;
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}
