div.top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: white;
	box-shadow: 0px 0px 10px 0px black;
	z-index: 100;
}
div.top ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
div.top ul li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	border-right: 1px solid black;
}
div.top ul li:hover {
	background: #d4eaf5;
}
div.top ul li a {
	padding: 7px 15px;
	display: block;
	font-family: Arial, Arial, "Helvetica", sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
div.top ul li ul {
	position: absolute;
	top: 32px;
	left: 0;
}
div.top ul li ul li {
	float: none;
	display: block;
	width: 100%;
	border-right: 0px;
	background: white;
}
