ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

/*top menu*/

ul li {
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;}
	
/*dropdown menu*/

li ul {
	position: absolute;
	left: 0px;
	top: 19px;
	display: none;
	}

li:hover ul, li.over ul { 
	display: block; 
	background-color:#d9d9bf;
}

ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 0px;
	border-bottom: 0;
}	

#nav ul li a {
	background-color: #f8f8ec;
	height: 19px;
	line-height: 1.75em;
	float: left;
	width: 258px;
	display: block;
	border-bottom: 1px solid #547e7d;
	border-right: 1px solid #547e7d;
	border-left: 1px solid #547e7d;
	color: #547e7d;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#nav ul li a:hover {
	background-color: #dae3d1;

}

#nav ul li a.over {
	background-color: #dae3d1;

}
