#nav {
	
	margin: 0;
	padding: 0;
}

li.drop {
	list-style: none;
	list-style-type:none;
	display:inline;
	float:left;
	position:relative;
	z-index: 1;
	background-color:#4773b6;
	padding: 13px;
	margin: 0 0px 0 0;
}

li.drop a {
	text-decoration: none;
	color:#fff;
	font: normal 98% arial;
}

li:hover.drop {
	background-color: #4773b6;
}

ul.dd {
	text-align:left;
	display: none;
	position:absolute;
	top: 30px;
	left: 5px;
	list-style:none;
	list-style-type: none;
	width: 200px;
	padding:0px;
	margin:0;
}

li ul.dd {
	z-index: 1;

}

li:hover ul.dd {
	display: block;
	border:1px solid #aaa;
}

ul.dd li {
	background: #fff;
	padding: 10px;	
	font: bold 95% arial;
	background-color:#4773b6;
	color:#333;
}

ul.dd li:hover{
	background: #7995cb;
}
