ul {
    list-style: none;
}

.nav {
    margin-top: 40px;
    position: absolute;
    z-index: 999999;
}

.nav>li {
    float: left;
}

ul a {
	display: block;
	text-decoration: none;
	width: 120px;
	height: 50px;
	text-align: center;
	line-height: 30px;
	color: white;
	font-weight: bold;
	font-size: bold;
	filter:alpha(Opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	-webkit-filter:alpha(Opacity=80);
}
.drop-down-content {
    padding: 0;
    display: none;
    /*position: absolute;*/
}

.drop-down-content li:hover a {
    color: chocolate;
}

.nav .drop-down:hover .drop-down-content {
    display: block;
}
a:active{font-size: bold;color:chocolate;text-decoration:none;font-weight: bold}
a:focus{font-size: bold;color:chocolate;text-decoration:none;font-weight: bold}
a:hover{font-size: bold;color:chocolate;text-decoration:none;font-weight: bold}