ul {
	width: 1200px;
    list-style-type: none;
	font-size:12px;
	line-height: 14px;
	font-family:arial, sans-serif; 
	color:#fff;
    margin: 0;
    padding: 0;
    overflow: hidden;
	display:inline;
    
}

li {
    float: left;
	color: #fff;
	
	
}

li a, .dropbtn {
    display: inline-block;
	background:url(button.gif) center top;
	background-repeat:no-repeat;
	min-width: 96px;
	width: auto;
	border: 1px solid white;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
   	color: #000;
	margin-left:0px;
    text-align: left;
    padding: 5px 7px;
    text-decoration: none;
}


.dropbtn {
	background:url(button-arrow.gif) right top;
	}


li a:hover, .dropdown:hover .dropbtn {
	background:url(button.gif) center bottom;
	background-repeat:no-repeat;
	color: #fff;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
	color:#fff;
    /*min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
	overflow: hidden;
	z-index:999;
	
}

.dropdown-content a {
    color: #fff;
	border-width:0px;
	border-top-width:1px;
	background-color:#888;
	border-radius:0px;
    padding: 8px 8px;
    text-decoration: none;
    display: block;
    text-align: left;
	background-image:none;
}
.dropdown-content a:link {color:#fff;}

.dropdown-content a:hover {background-color: #f1f1f1; background-image:none;color:#000;}

.dropdown:hover .dropdown-content {
    display: block;
	
}

li a:link {
color:#000;
font-weight:bold;
}



#fblink {
	position:relative;
	top:-25px;
	left: 25px;
	}